We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff5153 commit c93e071Copy full SHA for c93e071
CMakeLists.txt
@@ -83,7 +83,7 @@ set(BASE_XSLT_CHM "${CMAKE_SOURCE_DIR}/xsl/general-chm-customization.xsl")
83
84
# Buildtime destination directories for our generated documentation
85
set(DATADIR_BUILD "${CMAKE_BINARY_DIR}/share")
86
-set(DOCDIR_BUILD "${DATADIR_BUILD}/doc/${PACKAGE}")
+set(DOCDIR_BUILD "${DATADIR_BUILD}/doc/${PACKAGE_NAME}")
87
88
# ############################################################
89
# Find the documentation dependencies
0 commit comments