Skip to content

Commit 7ba4d48

Browse files
anthony-kolesovtkrasnukha
authored andcommitted
Initialize INCLUDE_TESTS correctly in CMakeLists.txt
1 parent 997b27f commit 7ba4d48

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
@@ -61,7 +61,7 @@ ENDIF("${isSystemDir}" STREQUAL "-1")
6161

6262
add_subdirectory(src)
6363

64-
SET(INCLUDE_TESTS CACHE BOOL FALSE)
64+
SET(INCLUDE_TESTS FALSE CACHE BOOL "")
6565
if (INCLUDE_TESTS)
6666
add_subdirectory(test)
6767
endif()

0 commit comments

Comments
 (0)