Added custom wrapper for json files to control install features of json

This commit is contained in:
Magne Sjaastad
2016-06-02 11:31:41 +02:00
parent cecd942989
commit a08a4eb5ef
12 changed files with 1575 additions and 5 deletions

View File

@@ -365,6 +365,8 @@ if (MSVC)
optimized ${Boost_SYSTEM_LIBRARY_RELEASE}
debug ${Boost_FILESYSTEM_LIBRARY_DEBUG}
optimized ${Boost_FILESYSTEM_LIBRARY_RELEASE}
debug ${Boost_REGEX_LIBRARY_DEBUG}
optimized ${Boost_REGEX_LIBRARY_RELEASE}
)
else()
set (RI_BOOST_LIBRARIES ${Boost_LIBRARIES})
@@ -383,7 +385,7 @@ set( LINK_LIBRARIES
custom-opm-common
custom-opm-parser
opmjson
custom-opmjson
NRLib