Removed superfluous export of HAVE_DUNE_ISTL.

With the last patch HAVE_DUNE_ISTL will already be
defined in config.h
This commit is contained in:
Markus Blatt
2014-03-27 11:47:35 +01:00
parent 66a4889771
commit aa5ac90fa6

View File

@@ -47,9 +47,6 @@ include (CMakeLists_files.cmake)
macro (config_hook)
# opm_need_version_of ("dune-common")
opm_need_version_of ("dune-istl")
list (APPEND ${project}_CONFIG_IMPL_VARS
HAVE_DUNE_ISTL
)
endmacro (config_hook)
macro (prereqs_hook)
@@ -126,4 +123,3 @@ endmacro (install_hook)
include (OpmLibMain)
message("MPI_FOUND=${MPI_FOUND} DUNE_ISTL_FOUND=${DUNE_ISTL_FOUND}")