From d65d7e490f2d8c615abd472849376376a7f56b62 Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Mon, 22 Jul 2013 07:44:58 +0000 Subject: [PATCH] Add missing dependencies. git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@20792 0381ead4-6506-0410-b988-94b70fbc4730 --- fairmq/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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()