Skip to content
Snippets Groups Projects
Commit e22a2766 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[bugfix][cmake] Fix installation path for cmake modules

The current path installs to: ROOT/share/cmake/modules
It should be: ROOT/share/dune/cmake/modules
parent e3ec249e
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ set(modules
FindSIONlib.cmake
FindZOLTAN.cmake
)
install(FILES ${modules} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/modules)
install(FILES ${modules} DESTINATION ${DUNE_INSTALL_MODULEDIR})
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