We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705f55e commit 1fa8386Copy full SHA for 1fa8386
CMakeLists.txt
@@ -88,7 +88,7 @@ ENDIF (WITH_GLOBE)
88
SET (PEDANTIC TRUE CACHE BOOL "Determines if we should compile in pedantic mode.")
89
90
# whether unit tests should be build
91
-SET (ENABLE_TESTS FALSE CACHE BOOL "Build unit tests?")
+SET (ENABLE_TESTS TRUE CACHE BOOL "Build unit tests?")
92
93
# hide this variable because building of python bindings might fail
94
# if set to other directory than expected
0 commit comments