Merge pull request #2094 from GitPaean/dune-fem-version-needed

the version information of opm-fem is needed.
This commit is contained in:
Kai Bao 2019-10-22 21:19:09 +02:00 committed by GitHub
commit dd9a205afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)