diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1cd54b47..c354fba9 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,9 +1,7 @@ -find_package(GTest CONFIG REQUIRED) - -include(GoogleTest) +include(Catch) add_library(cru_test_base INTERFACE) -target_link_libraries(cru_test_base INTERFACE GTest::gtest GTest::gtest_main) +target_link_libraries(cru_test_base INTERFACE Catch2::Catch2WithMain) add_subdirectory(common) add_subdirectory(platform) |