diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f08051e..9283188 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,7 +22,7 @@ endif() find_package(doctest 2.4.4 CONFIG REQUIRED) # for doctest_discover_tests -include(doctest/doctest) +include(doctest) # ---- Test ----