summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-08-16 15:55:25 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit3b308863cc79e853175be573a636190d2407601c (patch)
treed9cc9869f545226c9c11876203720ad38f1b7b88 /cmake
parente8471288c0062d9e887d559a7c6f934bc85ea5ba (diff)
cmake: Filter through and disable unused HAVE_* variables from autotools.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ConfigCompetition.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/ConfigCompetition.cmake b/cmake/ConfigCompetition.cmake
index 356b3033c..a5148859c 100644
--- a/cmake/ConfigCompetition.cmake
+++ b/cmake/ConfigCompetition.cmake
@@ -25,3 +25,5 @@ cvc4_set_option(ENABLE_DUMPING OFF)
cvc4_set_option(ENABLE_MUZZLE ON)
# enable_valgrind=no
cvc4_set_option(ENABLE_VALGRIND OFF)
+# enable_shared=no
+cvc4_set_option(ENABLE_SHARED OFF)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback