mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
the version information of opm-fem is needed.
This commit is contained in:
parent
5267f3cf17
commit
0605b2fe6f
@ -80,6 +80,9 @@ include (CMakeLists_files.cmake)
|
||||
macro (config_hook)
|
||||
opm_need_version_of ("dune-common")
|
||||
opm_need_version_of ("dune-istl")
|
||||
if(dune-fem_FOUND)
|
||||
opm_need_version_of ("dune-fem")
|
||||
endif()
|
||||
opm_need_version_of ("opm-models")
|
||||
endmacro (config_hook)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user