Skip to content

Commit 00d4366

Browse files
Garcia6l20Sylvain Garcia
authored andcommitted
remove CTest
1 parent f6fb710 commit 00d4366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ set(CMAKE_CXX_EXTENSIONS OFF)
55
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
66

77
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
8-
include(CTest)
98

109
add_subdirectory(lib)
10+
11+
enable_testing()
1112
if(BUILD_TESTING)
1213
add_subdirectory(test)
1314
endif()

0 commit comments

Comments
 (0)