Give template for adding version requirement

This commit is contained in:
Roland Kaufmann 2013-08-05 21:00:02 +02:00
parent 1490cd7389
commit 22a70f1438

View File

@ -38,6 +38,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)