Skip to content
Snippets Groups Projects
Unverified Commit 0092dae6 authored by Tim Kaune's avatar Tim Kaune
Browse files

Fix DOCDIR being fixed to the top level project

parent 325ecb9f
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ install( ...@@ -39,7 +39,7 @@ install(
FILES FILES
"../LICENSE" "../LICENSE"
RENAME copyright RENAME copyright
DESTINATION "${CMAKE_INSTALL_DOCDIR}" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}"
) )
write_basic_package_version_file( write_basic_package_version_file(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment