Skip to content

Commit 016f9b7

Browse files
davidrohrktf
authored andcommitted
Fix missing fmt dependency (#2184)
1 parent 154b764 commit 016f9b7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Framework/Logger/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010

1111
o2_add_library(FrameworkLogger
1212
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
13+
PUBLIC_LINK_LIBRARIES fmt::fmt FairLogger::FairLogger)
1714

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

0 commit comments

Comments
 (0)