more cleanup and and reducing differences with TC

This commit is contained in:
Luis
2026-09-05 16:26:56 +02:00
parent 13ebebde48
commit b97daeabff
5 changed files with 27 additions and 34 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ add_subdirectory(src)
include(CTest)
if(BUILD_TESTING)
list(APPEND CMAKE_MODULE_PATH
"${Catch2_SOURCE_DIR}/extras")
"${Catch2_SOURCE_DIR}/contrib")
include(Catch)
add_subdirectory(tests)