Skip to content

Commit d611300

Browse files
authored
Merge pull request #89 from elbeno/reenable-testing
✅ Enable CTest
2 parents 76c1b88 + 420aa7f commit d611300

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)