Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Framework/Logger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@

o2_add_library(FrameworkLogger
SOURCES src/Logger.cxx
PUBLIC_LINK_LIBRARIES FairLogger::FairLogger) # FIXME: should be
# changed to {fmt}
# once we have that
# as a dependency
PUBLIC_LINK_LIBRARIES fmt::fmt FairLogger::FairLogger)

# FIXME: the NAME parameter is just there to ease the comparison with previous
# test names, can be omitted later on
Expand Down