From 0894900f52c9b2141f644a3cc22b9d44850e1376 Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Thu, 19 Nov 2015 15:51:44 +0100 Subject: [PATCH] Add missing link dependencies. --- fairmq/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 97ee5268..5786a4c3 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -159,6 +159,7 @@ Set(DEPENDENCIES boost_random boost_chrono boost_exception + boost_regex ) Set(LIBRARY_NAME FairMQ)