Skip to content

Commit 420aa7f

Browse files
committed
✅ Enable CTest
Problem: - `CTest` is not included upstream any more. Solution: - `include(CTest)` in the top-level `CMakeLists.txt`.
1 parent 76c1b88 commit 420aa7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ target_include_directories(safe_arithmetic INTERFACE include)
1717
target_link_libraries_system(safe_arithmetic INTERFACE boost_mp11)
1818

1919
if(PROJECT_IS_TOP_LEVEL)
20+
include(CTest)
2021
add_docs(docs)
2122
clang_tidy_interface(safe_arithmetic)
2223
add_subdirectory(test)

0 commit comments

Comments
 (0)