summaryrefslogtreecommitdiff
path: root/cmake/ConfigProduction.cmake
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-08-17 16:58:27 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit4498efe1c6392572fd1b6de6dca814d630b1f834 (patch)
tree6c97ddd21ba5bc57c8ef6fad506dbfa53ad8edf3 /cmake/ConfigProduction.cmake
parent67b04a7cb5dd7efd72065e4aad7700b6714400fb (diff)
cmake: Enable shared by default.
Further, force shared builds in case of unit tests.
Diffstat (limited to 'cmake/ConfigProduction.cmake')
-rw-r--r--cmake/ConfigProduction.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/ConfigProduction.cmake b/cmake/ConfigProduction.cmake
index 3b9a1ce98..dc3305166 100644
--- a/cmake/ConfigProduction.cmake
+++ b/cmake/ConfigProduction.cmake
@@ -22,3 +22,4 @@ cvc4_set_option(ENABLE_MUZZLE OFF)
# enable_valgrind=no
cvc4_set_option(ENABLE_VALGRIND 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