Skip to content
Snippets Groups Projects
Commit e23d88c8 authored by Maxence Naud's avatar Maxence Naud
Browse files

Merge branch 'upd_version_0-4-0' into 'dev'

upd some versioning files

See merge request !60
parents 8a48ba0b f489e0e4
No related branches found
No related tags found
2 merge requests!63upd version 0.3.2 -> 0.4.0,!60upd some versioning files
Pipeline #61691 passed
# Version 0.4.0 (December 6, 2024)
# Version 0.1.0 (January 23, 2024)
Initial release
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
......
0.3.2
0.4.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment