Skip to content
Snippets Groups Projects
Commit 992118ba authored by Steffen Müthing's avatar Steffen Müthing
Browse files

Merge branch 'feature/fix-typo-in-dune-enable-all-packages' into 'master'

[Bugfix][cmake] Fix typo in dune_enable_all_packages()

This typo breaks the module library feature.

See merge request !95
parents 75538564 44c3e47e
No related branches found
No related tags found
1 merge request!95[Bugfix][cmake] Fix typo in dune_enable_all_packages()
......@@ -301,7 +301,7 @@ Update the cmake_minimum_required() call in your main CMakeLists.txt file to get
# make sure the /lib directory exists - we need it to create the stub source file in there
file(MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/lib")
# figure out the location of the stub source template
dune_module_path(MODULE dune_common RESULT script_dir SCRIPT_DIR)
dune_module_path(MODULE dune-common RESULT script_dir SCRIPT_DIR)
foreach(module_lib ${DUNE_ENABLE_ALL_PACKAGES_MODULE_LIBRARIES})
# create the stub source file in the output directory...
configure_file("${script_dir}/module_library.cc.in" "${PROJECT_BINARY_DIR}/lib/lib${module_lib}_stub.cc")
......
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