Give template for adding version requirement

This commit is contained in:
Roland Kaufmann
2013-08-05 21:00:02 +02:00
parent d7c7db73af
commit 43087cb208

View File

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