Skip to content

Commit

Permalink
Merge pull request #1 from awegrzyn/fix-logger
Browse files Browse the repository at this point in the history
Fix incompatibility with fair logger
  • Loading branch information
Barthelemy authored Feb 5, 2018
2 parents 080072e + 54a09fa commit 73708db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/QualityControlDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (BOOST_FOUND AND NOT Boost_FOUND)
endif ()

link_directories(${FAIRROOT_LIBRARY_DIR})
set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ)
set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ Logger)

if (NOT MYSQL_FOUND)
message(WARNING "MySQL not found, the corresponding classes won't be built.")
Expand Down Expand Up @@ -110,4 +110,4 @@ o2_define_bucket(
SYSTEMINCLUDE_DIRECTORIES
${Boost_INCLUDE_DIRS}
${Configuration_INCLUDE_DIRS}
)
)

0 comments on commit 73708db

Please sign in to comment.