Skip to content

Commit 84acc27

Browse files
fix: add include for CTest
1 parent 7c7a915 commit 84acc27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ project(Algorithms_in_C++
1111
set(CMAKE_CXX_STANDARD 11)
1212
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1313

14+
include(CTest) # for testing algorithms
15+
1416
if(MSVC)
1517
# set(CMAKE_CXX_STANDARD 14)
1618
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)

0 commit comments

Comments
 (0)