Skip to content
Snippets Groups Projects
Commit 27b3b186 authored by Charles Villard's avatar Charles Villard
Browse files

edit: fixed tests target with fmt link

parent 29f27b24
No related branches found
No related tags found
No related merge requests found
Pipeline #61501 canceled
......@@ -40,7 +40,7 @@ endif()
##############################################
# Find system dependencies
set(FMT_VERSION 10.2.1)
set(FMT_VERSION 11.0.2)
find_package(fmt ${FMT_VERSION} QUIET)
......
......@@ -63,6 +63,7 @@ endif()
target_link_libraries(tests${module_name} PRIVATE ${module_name})
target_link_libraries(tests${module_name} PRIVATE Catch2::Catch2WithMain)
target_link_libraries(tests${module_name} PRIVATE fmt::fmt)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
include(CTest)
......
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