summaryrefslogtreecommitdiff
path: root/src/parser/smt2/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/CMakeLists.txt')
-rw-r--r--src/parser/smt2/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/smt2/CMakeLists.txt b/src/parser/smt2/CMakeLists.txt
index 90cc391b0..f3258839e 100644
--- a/src/parser/smt2/CMakeLists.txt
+++ b/src/parser/smt2/CMakeLists.txt
@@ -18,7 +18,6 @@ add_custom_command(
${ANTLR_BINARY}
${CMAKE_CURRENT_SOURCE_DIR}/Smt2.g
-fo ${CMAKE_CURRENT_BINARY_DIR}
- 2> /dev/null # Ignore Antlr3 warnings
DEPENDS
Smt2.g
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback