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

[cmake,autotools,release] Complete the last 2 patches concerning macro installation path.

Somehow I missed some files when committing. this patch fixes this.
parent 5dd5e160
No related branches found
No related tags found
No related merge requests found
......@@ -527,7 +527,7 @@ macro(dune_project)
set(DUNE_INSTALL_MODULEDIR ""
CACHE PATH
"Installation directory for CMake modules. Default is \${CMAKE_INSTALL_DATAROOTDIR}/dune/cmake/modules when not set explicitely")
set(DUNE_INSTALL_MODULEDIR ${CMAKE_INSTALL_DATAROOTDIR}/cmake/modules)
set(DUNE_INSTALL_MODULEDIR ${CMAKE_INSTALL_DATAROOTDIR}/dune/cmake/modules)
endif(NOT DUNE_INSTALL_MODULEDIR)
# set up make headercheck
......
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