From 52ecabfd1ce5ffd47def16fef5ad6d82254bd8b1 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Thu, 8 Aug 2013 17:23:58 +0200 Subject: [PATCH] make it compile without warning on the current DUNE git master branch (to be 2.3) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 976e626c9..9696167b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ include (${project}-prereqs) include (CMakeLists_files.cmake) macro (config_hook) -# opm_need_version_of ("dune-common") +opm_need_version_of ("dune-common") endmacro (config_hook) macro (prereqs_hook)