We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e68bc commit c2f696dCopy full SHA for c2f696d
1 file changed
CMakeLists.txt
@@ -9,9 +9,9 @@ unset(RUN_TFMPVALUE_TESTS CACHE)
9
10
########################
11
### modifiable options
12
-option(DEBUG_TFMPVALUE "No optimisations and all warnings" OFF)
13
-option(BUILD_TFMPVALUE_BINARIES "Build binary commands (pv2sc,sc2pv,...)" OFF)
14
-option(RUN_TFMPVALUE_TESTS "Run tests" OFF)
+option(DEBUG_TFMPVALUE "If on, no optimisations and all warnings" OFF)
+option(BUILD_TFMPVALUE_BINARIES "Build binaries on top of library (pv2sc,sc2pv,...)" OFF)
+option(RUN_TFMPVALUE_TESTS "Run libtfmpvalue cmake tests" OFF)
15
16
17
0 commit comments