changed: always build helper library static

This commit is contained in:
Arne Morten Kvarving 2014-11-17 14:58:14 +01:00
parent 85934aa769
commit 019f3e6672

View File

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