Install documentation into ${CMAKE_INSTALL_DOCDIR}/${PROJECT_NAME}/.

This commit is contained in:
tastytea 2019-10-06 17:20:07 +02:00
parent bfe77f1b18
commit ad0773d5a7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if(WITH_DOC)
add_dependencies(${PROJECT_NAME} doc)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/doc/html
DESTINATION "${CMAKE_INSTALL_DOCDIR}")
DESTINATION "${CMAKE_INSTALL_DOCDIR}/${PROJECT_NAME}")
endif()
add_subdirectory("cmake")