We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154b764 commit 016f9b7Copy full SHA for 016f9b7
1 file changed
Framework/Logger/CMakeLists.txt
@@ -10,10 +10,7 @@
10
11
o2_add_library(FrameworkLogger
12
SOURCES src/Logger.cxx
13
- PUBLIC_LINK_LIBRARIES FairLogger::FairLogger) # FIXME: should be
14
- # changed to {fmt}
15
- # once we have that
16
- # as a dependency
+ PUBLIC_LINK_LIBRARIES fmt::fmt FairLogger::FairLogger)
17
18
# FIXME: the NAME parameter is just there to ease the comparison with previous
19
# test names, can be omitted later on
0 commit comments