Skip to content
Snippets Groups Projects

upd some versioning files

Merged Maxence Naud requested to merge upd_version_0-4-0 into dev
3 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
Include(FetchContent)
set(CATCH2_VERSION v3.0.1)
set(CATCH2_VERSION v3.7.1)
message(STATUS "Retrieving Catch2 ${CATCH2_VERSION} from git")
FetchContent_Declare(
Catch2
@@ -16,7 +16,7 @@ add_executable(tests${module_name} ${src_files})
target_link_libraries(tests${module_name} PUBLIC ${module_name})
target_link_libraries(tests${module_name}
target_link_libraries(tests${module_name}
PRIVATE
Catch2::Catch2WithMain
CUDA::cudart
Loading