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

Merge branch 'dev' into 'main'

upd version 0.3.2 -> 0.4.0

See merge request eclipse/aidge/aidge_backend_cuda!63
parents 1908686b f54290fc
No related branches found
No related tags found
No related merge requests found
Pipeline #61810 failed
# Version 0.4.0 (December 6, 2024)
# Version 0.1.0 (January 23, 2024) # Version 0.1.0 (January 23, 2024)
Initial release Initial release
Include(FetchContent) Include(FetchContent)
set(CATCH2_VERSION v3.0.1) set(CATCH2_VERSION v3.7.1)
message(STATUS "Retrieving Catch2 ${CATCH2_VERSION} from git") message(STATUS "Retrieving Catch2 ${CATCH2_VERSION} from git")
FetchContent_Declare( FetchContent_Declare(
Catch2 Catch2
...@@ -16,7 +16,7 @@ add_executable(tests${module_name} ${src_files}) ...@@ -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} PUBLIC ${module_name})
target_link_libraries(tests${module_name} target_link_libraries(tests${module_name}
PRIVATE PRIVATE
Catch2::Catch2WithMain Catch2::Catch2WithMain
CUDA::cudart 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