Merge pull request #576 from bska/sync-build

[buildsystem] Make dune-cornerpoint a suggestion.
This commit is contained in:
Atgeirr Flø Rasmussen
2014-04-22 10:34:57 +02:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ find_opm_package (
"dunecornerpoint" "dunecornerpoint"
# defines to be added to compilations # defines to be added to compilations
"" "HAVE_DUNE_CORNERPOINT"
# test program # test program
"#include <dune/grid/CpGrid.hpp> "#include <dune/grid/CpGrid.hpp>
+2
View File
@@ -3,6 +3,7 @@
# defines that must be present in config.h for our headers # defines that must be present in config.h for our headers
set (opm-autodiff_CONFIG_VAR set (opm-autodiff_CONFIG_VAR
HAVE_DUNE_CORNERPOINT
) )
# dependencies # dependencies
@@ -17,6 +18,7 @@ set (opm-autodiff_DEPS
# DUNE prerequisites # DUNE prerequisites
"dune-common REQUIRED; "dune-common REQUIRED;
dune-istl REQUIRED; dune-istl REQUIRED;
dune-cornerpoint;
opm-core REQUIRED" opm-core REQUIRED"
# Eigen # Eigen
"Eigen3 3.1.2 " "Eigen3 3.1.2 "