From 66cbb1a5cb4dd15d5d6e659186757fa0c580dc37 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 30 Jul 2013 14:07:57 +0200 Subject: [PATCH] Added Boost_LIBARIES to opm-json link target --- opm/json/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/json/CMakeLists.txt b/opm/json/CMakeLists.txt index f76ce66f2..25679c4d0 100644 --- a/opm/json/CMakeLists.txt +++ b/opm/json/CMakeLists.txt @@ -4,5 +4,5 @@ enable_language( C ) set( json_source JsonObject.cpp cjson/cJSON.c ) add_library(opm-json ${json_source}) - +target_link_libraries( opm-json ${Boost_LIBRARIES} )