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.
This commit is contained in:
Florian Uhlig 2016-05-30 17:10:54 +02:00
parent f3bebe9321
commit 92944fe322

View File

@ -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)