diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f6c84feb..7956ebc8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -160,5 +160,4 @@ target_link_libraries( ${TESTS_TARGET_PUBLIC} PRIVATE Catch2::Catch2 ) include( CTest ) include( Catch ) -catch_discover_tests( ${TESTS_TARGET} ) -catch_discover_tests( ${TESTS_TARGET_PUBLIC} ) \ No newline at end of file +catch_discover_tests( ${TESTS_TARGET} ) \ No newline at end of file