Add defines that are used in compilation modules
This define is used in a opm/*.c* file, but only there, and should therefore be in config.h, but not added to the list that only clients must also provide.
This commit is contained in:
parent
0ace127e8c
commit
8e4225fbb9
@ -40,6 +40,9 @@ include (CMakeLists_files.cmake)
|
||||
|
||||
macro (config_hook)
|
||||
# opm_need_version_of ("dune-common")
|
||||
list (APPEND ${project}_CONFIG_IMPL_VARS
|
||||
HAVE_DUNE_ISTL
|
||||
)
|
||||
endmacro (config_hook)
|
||||
|
||||
macro (prereqs_hook)
|
||||
|
Loading…
Reference in New Issue
Block a user