Skip to content

Commit c2f696d

Browse files
author
Benjamin Linard
committed
improved cmake options
1 parent 35e68bc commit c2f696d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ unset(RUN_TFMPVALUE_TESTS CACHE)
99

1010
########################
1111
### 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)
12+
option(DEBUG_TFMPVALUE "If on, no optimisations and all warnings" OFF)
13+
option(BUILD_TFMPVALUE_BINARIES "Build binaries on top of library (pv2sc,sc2pv,...)" OFF)
14+
option(RUN_TFMPVALUE_TESTS "Run libtfmpvalue cmake tests" OFF)
1515
### modifiable options
1616
########################
1717

0 commit comments

Comments
 (0)