From 43087cb208f218ef05d31399c31f686889f68eff Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Mon, 5 Aug 2013 21:00:02 +0200 Subject: [PATCH] Give template for adding version requirement --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2dd18228..976e626c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,10 @@ include (${project}-prereqs) # it should set various lists with the names of the files to include include (CMakeLists_files.cmake) +macro (config_hook) +# opm_need_version_of ("dune-common") +endmacro (config_hook) + macro (prereqs_hook) endmacro (prereqs_hook)