Skip to content
Snippets Groups Projects
Verified Commit c8b7b51d authored by Tim Kaune's avatar Tim Kaune
Browse files

Fix DOCDIR being fixed to the top level project

parent 00623c63
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ install(
FILES
"${LIBF2C_SOURCE_DIR}/Notice"
RENAME copyright
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}"
COMPONENT library
)
......@@ -85,7 +85,7 @@ install(
FILES
"${LIBF2C_SOURCE_DIR}/Notice"
RENAME copyright
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}"
COMPONENT executable
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment