Merge pull request #99 from bska/099_cmake

Synchronise build system with OPM-Core
This commit is contained in:
Atgeirr Flø Rasmussen 2014-03-11 21:14:02 +01:00
commit 37d6c7fe12
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
# be sure that this component is searched for
find_package (Boost COMPONENTS unit_test_framework QUIET)
if (NOT ${Boost_UNIT_TEST_FRAMEWORK_FOUND})
find_package (Boost 1.44.0 COMPONENTS unit_test_framework QUIET)
endif ()
if (${Boost_UNIT_TEST_FRAMEWORK_FOUND})
# setup to do a test compile

View File

@ -25,11 +25,11 @@ set (opm-core_DEPS
"SuperLU"
# xml processing (for config parsing)
"TinyXML"
#Parser library
"opm-parser REQUIRED"
# Ensembles-based Reservoir Tools (ERT)
"ERT"
# DUNE dependency
"dune-common"
"dune-istl"
# Parser library for ECL-type simulation models
"opm-parser REQUIRED"
)