summaryrefslogtreecommitdiff
path: root/src/parser/tptp
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-10 11:35:14 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit52281cf25960740c46275783cf62c881fa8ef703 (patch)
treee7275fc10e1041ed6f66f4a754d15c1ead6f8fe1 /src/parser/tptp
parent9a1507d1907e7a504fc67d14b4ecb0a1fa1ed10f (diff)
cmake: Move find_package to where it is actually needed.
Diffstat (limited to 'src/parser/tptp')
-rw-r--r--src/parser/tptp/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/tptp/CMakeLists.txt b/src/parser/tptp/CMakeLists.txt
index aadd47a2a..5712e8175 100644
--- a/src/parser/tptp/CMakeLists.txt
+++ b/src/parser/tptp/CMakeLists.txt
@@ -16,7 +16,6 @@ add_custom_command(
${ANTLR_BINARY}
${CMAKE_CURRENT_SOURCE_DIR}/Tptp.g
-fo ${CMAKE_CURRENT_BINARY_DIR}
- 2> /dev/null # Ignore Antlr3 warnings
DEPENDS
Tptp.g
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback