From 1dec0f85e1bc1a6436912e9107982a232b5055d6 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 28 Nov 2012 13:48:27 +0100 Subject: [PATCH] Fixed a boost link error on Linux. --- BaseLib/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BaseLib/CMakeLists.txt b/BaseLib/CMakeLists.txt index 43321431243..59de34e653b 100644 --- a/BaseLib/CMakeLists.txt +++ b/BaseLib/CMakeLists.txt @@ -9,4 +9,6 @@ SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX) INCLUDE_DIRECTORIES( . -) \ No newline at end of file +) + +TARGET_LINK_LIBRARIES( BaseLib ${Boost_LIBRARIES} ) -- GitLab