Skip to content

Commit 6e8a734

Browse files
committed
DOCDIR_BUILD: We want PROJECT_NAME, not PACKAGE_NAME
1 parent c93e071 commit 6e8a734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ set(BASE_XSLT_CHM "${CMAKE_SOURCE_DIR}/xsl/general-chm-customization.xsl")
8383

8484
# Buildtime destination directories for our generated documentation
8585
set(DATADIR_BUILD "${CMAKE_BINARY_DIR}/share")
86-
set(DOCDIR_BUILD "${DATADIR_BUILD}/doc/${PACKAGE_NAME}")
86+
set(DOCDIR_BUILD "${DATADIR_BUILD}/doc/${PROJECT_NAME}")
8787

8888
# ############################################################
8989
# Find the documentation dependencies

0 commit comments

Comments
 (0)