We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 080072e + 54a09fa commit 73708dbCopy full SHA for 73708db
1 file changed
cmake/QualityControlDependencies.cmake
@@ -17,7 +17,7 @@ if (BOOST_FOUND AND NOT Boost_FOUND)
17
endif ()
18
19
link_directories(${FAIRROOT_LIBRARY_DIR})
20
-set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ)
+set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ Logger)
21
22
if (NOT MYSQL_FOUND)
23
message(WARNING "MySQL not found, the corresponding classes won't be built.")
@@ -110,4 +110,4 @@ o2_define_bucket(
110
SYSTEMINCLUDE_DIRECTORIES
111
${Boost_INCLUDE_DIRS}
112
${Configuration_INCLUDE_DIRS}
113
-)
+)
0 commit comments