From 92944fe322c57a591afc06cabc4d0e19d099296c Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Mon, 30 May 2016 17:10:54 +0200 Subject: [PATCH] Correct shell scripts to work correctly with dash. Add more dependencies for fairmq. Something does not work with rpath when using boost 1.61. The problem is only seen for opensuse. --- fairmq/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 8fee6731..115c6059 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -134,6 +134,8 @@ Set(DEPENDENCIES ${Boost_RANDOM_LIBRARY} ${Boost_CHRONO_LIBRARY} ${Boost_REGEX_LIBRARY} + ${Boost_ATOMIC_LIBRARY} + ${Boost_DATE_TIME_LIBRARY} ) If(NANOMSG_FOUND)