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

[cmake,bugfix] Install <dune-module>-config-version.cmake

The name of the file changed in one of the recent patches. This
change is now also reflected in the install directive. Fixes #1426
parent ce8e8d47
No related branches found
No related tags found
No related merge requests found
......@@ -846,7 +846,7 @@ endif()
# install cmake-config files
install(FILES ${PROJECT_BINARY_DIR}/cmake/pkg/${ProjectName}-config.cmake
${PROJECT_BINARY_DIR}/${ProjectName}-version.cmake
${PROJECT_BINARY_DIR}/${ProjectName}-config-version.cmake
DESTINATION ${DUNE_INSTALL_LIBDIR}/cmake/${ProjectName})
#install config.h
......
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