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

algo: Link libfmt.

parent 539a865f
No related branches found
No related tags found
1 merge request!1164algo: Replace fairlogger with flesnet_logging.
Pipeline #22485 failed
......@@ -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