Skip to content
This repository was archived by the owner on Oct 17, 2019. It is now read-only.

Commit fc3d782

Browse files
authored
Merge pull request #4 from AliceO2Group/logger_fmq_fix
Fix incompatibility with fair logger
2 parents 0baf5e7 + 111654e commit fc3d782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI/cmake/GuiDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(FAIRROOT_FOUND)
1414
# this should go away when fairrot provides a proper Find script or proper config scripts
1515
# See : http://www.cmake.org/cmake/help/v3.0/command/link_directories.html
1616
link_directories(${FAIRROOT_LIBRARY_DIR})
17-
set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ)
17+
set(FAIRROOT_LIBRARIES Base FairMQ BaseMQ Logger)
1818
else(FAIRROOT_FOUND)
1919
message(WARNING "FairRoot not found, example-3 will not be compiled.")
2020
endif(FAIRROOT_FOUND)

0 commit comments

Comments
 (0)