Skip to content
Snippets Groups Projects
Commit 6f6d9eaf authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] patch 7361 from branches/cmake

[[Imported from SVN: r7362]]
parents 2f56a10d a055e3d1
No related branches found
No related tags found
No related merge requests found
Makefile
Makefile.in
config.*
config.guess
config.h.in
config.log
config.status
config.h
config.lt
config.sub
configure
configure
aclocal.m4
autom4te.cache
......
......@@ -497,6 +497,9 @@ macro(dune_regenerate_config_cmake)
from the config.h.cmake files of modules this module depends on. */"
)
# define that we found this module
set(${DUNE_MOD_NAME}_FOUND 1)
foreach(_dep ${DUNE_MOD_NAME} ${ALL_DEPENDENCIES})
dune_module_to_uppercase(upper ${_dep})
set(HAVE_${upper} ${${_dep}_FOUND})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment