summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-08-14 17:32:26 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit83cd63d83ea71cb8a04ffc5dd1f9c409b7451df6 (patch)
tree30b99c56d01a2806fa7d7f1378320d8de95a4a92 /CMakeLists.txt
parent7023f79262f8fbab78163f4dd5778bd2c62bc2c1 (diff)
cmake: Cleanup CMakeLists.txt files, remove SHARED.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a3c13085..a0bc529ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -157,10 +157,7 @@ set(CVC4_BUILD_PROFILE_COMPETITION 0)
#-----------------------------------------------------------------------------#
find_package(PythonInterp REQUIRED)
-
find_package(ANTLR REQUIRED)
-cvc4_link_library(${ANTLR_LIBRARIES})
-include_directories(${ANTLR_INCLUDE_DIR})
find_package(GMP REQUIRED)
cvc4_link_library(${GMP_LIBRARIES})
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback