Skip to content

Commit 6ed229e

Browse files
committed
all caps ON
1 parent 1784d4e commit 6ed229e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
cmake_minimum_required ( VERSION 3.18 FATAL_ERROR )
1313

1414
option (JSONFORTRAN_ENABLE_DOC_GENERATION "Enable doc generation" OFF)
15-
option (JSONFORTRAN_ENABLE_TESTS "Enable tests" On)
15+
option (JSONFORTRAN_ENABLE_TESTS "Enable tests" ON)
1616
option (JSONFORTRAN_STATIC_LIBRARY_ONLY "Generate only static library" OFF)
1717

1818
# Use MSVS folders to organize projects on windows

0 commit comments

Comments
 (0)