From 0605b2fe6fcfde4c09dab33c4a457ba2acac57a9 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Tue, 22 Oct 2019 12:49:06 +0200 Subject: [PATCH] the version information of opm-fem is needed. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92f4d84b7..b7e55e8a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)