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

algo: Link libfmt.

parent 60a6f7f5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -71,6 +71,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