Skip to content
Snippets Groups Projects
Commit 462901db authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[cmake] fix typo

parent 8aad74bc
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ dune_enable_all_packages(MODULE_LIBRARIES dunextfunctions
VERBOSE)
# add header of this module for header listing
file(GLOB_RECURSE xtgrid "${CMAKE_CURRENT_SOURCE_DIR}/dune/*.hh")
set(COMMON_HEADER ${xtgrid} ${DUNE_HEADERS})
file(GLOB_RECURSE xtfunctions "${CMAKE_CURRENT_SOURCE_DIR}/dune/*.hh")
set(COMMON_HEADER ${xtfunctions} ${DUNE_HEADERS})
# add header of dependent modules for header listing
foreach(_mod ${ALL_DEPENDENCIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment