diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 2f080a26..989d7b69 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -52,17 +52,17 @@ ${ROOT_LIBRARY_DIR} link_directories( ${LINK_DIRECTORIES}) SET(LINK_LIBRARIES - ${CMAKE_THREAD_LIBS_INIT} - ${ZMQ_LIBRARY_SHARED} - ${ROOT_LIBRARIES} - Base ParBase FairTools GeoBase ) Set(SRCS ${SOURCES}) Set(LIBRARY_NAME FairMQ) Set(LINKDEF) -Set(DEPENDENCIES Core Cint) +Set(DEPENDENCIES + ${CMAKE_THREAD_LIBS_INIT} + ${ZMQ_LIBRARY_SHARED} + Base ParBase FairTools GeoBase + ) GENERATE_LIBRARY()