From 019f3e66728cd13c07bc5718d46a4fc68cba7ea9 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 17 Nov 2014 14:58:14 +0100 Subject: [PATCH] changed: always build helper library static --- opm/parser/eclipse/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/parser/eclipse/CMakeLists.txt b/opm/parser/eclipse/CMakeLists.txt index 7e02e4b36..f2a300605 100644 --- a/opm/parser/eclipse/CMakeLists.txt +++ b/opm/parser/eclipse/CMakeLists.txt @@ -202,7 +202,7 @@ Utility/EndscaleWrapper.hpp Utility/ScalecrsWrapper.hpp ) -add_library(buildParser ${rawdeck_source} ${build_parser_source} ${deck_source} ${unit_source}) +add_library(buildParser STATIC ${rawdeck_source} ${build_parser_source} ${deck_source} ${unit_source}) target_link_libraries(buildParser opm-json ${Boost_LIBRARIES}) #-----------------------------------------------------------------