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 1784d4e commit 6ed229eCopy full SHA for 6ed229e
CMakeLists.txt
@@ -12,7 +12,7 @@
12
cmake_minimum_required ( VERSION 3.18 FATAL_ERROR )
13
14
option (JSONFORTRAN_ENABLE_DOC_GENERATION "Enable doc generation" OFF)
15
-option (JSONFORTRAN_ENABLE_TESTS "Enable tests" On)
+option (JSONFORTRAN_ENABLE_TESTS "Enable tests" ON)
16
option (JSONFORTRAN_STATIC_LIBRARY_ONLY "Generate only static library" OFF)
17
18
# Use MSVS folders to organize projects on windows
0 commit comments