Skip to content

Commit 73708db

Browse files
authored
Merge pull request #1 from awegrzyn/fix-logger
Fix incompatibility with fair logger
2 parents 080072e + 54a09fa commit 73708db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/QualityControlDependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (BOOST_FOUND AND NOT Boost_FOUND)
1717
endif ()
1818

1919
link_directories(${FAIRROOT_LIBRARY_DIR})
20-
set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ)
20+
set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ Logger)
2121

2222
if (NOT MYSQL_FOUND)
2323
message(WARNING "MySQL not found, the corresponding classes won't be built.")
@@ -110,4 +110,4 @@ o2_define_bucket(
110110
SYSTEMINCLUDE_DIRECTORIES
111111
${Boost_INCLUDE_DIRS}
112112
${Configuration_INCLUDE_DIRS}
113-
)
113+
)

0 commit comments

Comments
 (0)