Skip to content
Snippets Groups Projects
Commit dfee03ee authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[cmake] fix install directory for DuneUggridMacros.cmake

The install directory has to be ${DUNE_INSTALL_MODULEDIR}. Otherwise,
the file will not be found by dune_process_dependency_macros from
DuneMacros.cmake.
parent e7920b7e
No related branches found
No related tags found
1 merge request!21[cmake] fix install directory for DuneUggridMacros.cmake
Pipeline #
install(FILES DuneUggridMacros.cmake DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/modules)
install(FILES DuneUggridMacros.cmake 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