Skip to content
Snippets Groups Projects
Commit c7163efe authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

algo: Link libfmt.

parent 54fa1fa2
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !1164. Comments created here will be created in the context of that merge request.
......@@ -171,6 +171,12 @@ if(SSE_FOUND)
list(APPEND packages SSE)
endif()
#Searching for format package
find_package(fmt CONFIG REQUIRED)
if(fmt_FOUND)
list(APPEND packages fmt)
endif()
#Searching for FairMQ
find_package(FairMQ CONFIG REQUIRED)
......
......@@ -74,6 +74,7 @@ target_link_libraries(Algo
PUBLIC OnlineData
ROOT::GenVector
GSL
fmt::fmt
Boost::program_options
Boost::filesystem
xpu
......
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