Skip to content

Commit 9e5c168

Browse files
committed
✅ Enable CTest
Problem: - `CTest` is not included upstream any more. Solution: - `include(CTest)` in the top-level `CMakeLists.txt`.
1 parent 5e8a008 commit 9e5c168

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
@@ -58,6 +58,7 @@ target_sources(
5858
include/groov/write_spec.hpp)
5959

6060
if(PROJECT_IS_TOP_LEVEL)
61+
include(Ctest)
6162
add_docs(docs)
6263
add_subdirectory(test)
6364
clang_tidy_interface(groov)

0 commit comments

Comments
 (0)