summaryrefslogtreecommitdiff
path: root/cmake/ConfigCompetition.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ConfigCompetition.cmake')
-rw-r--r--cmake/ConfigCompetition.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/ConfigCompetition.cmake b/cmake/ConfigCompetition.cmake
index 3741d027f..8c2fda2d4 100644
--- a/cmake/ConfigCompetition.cmake
+++ b/cmake/ConfigCompetition.cmake
@@ -16,7 +16,7 @@ cvc4_set_option(ENABLE_REPLAY OFF)
# enable_assertions=no
cvc4_set_option(ENABLE_ASSERTIONS OFF)
# enable_proof=no
-cvc4_set_option(ENABLE_PROOFS, OFF)
+cvc4_set_option(ENABLE_PROOFS OFF)
# enable_tracing=no
cvc4_set_option(ENABLE_TRACING OFF)
# enable_dumping=no
@@ -24,7 +24,6 @@ cvc4_set_option(ENABLE_DUMPING OFF)
# enable_muzzle=yes
cvc4_set_option(ENABLE_MUZZLE ON)
# enable_valgrind=no
-cvc4_set_option(ENABLE_VALGRIND OFF)
# enable_shared=no
+cvc4_set_option(ENABLE_SHARED OFF)
cvc4_set_option(ENABLE_UNIT_TESTING OFF)
-cvc4_set_option(ENABLE_SHARED ON)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback