Skip to content

Commit c93e071

Browse files
committed
Fix cmake variable name for build doc directory.
1 parent 0ff5153 commit c93e071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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}")
86+
set(DOCDIR_BUILD "${DATADIR_BUILD}/doc/${PACKAGE_NAME}")
8787

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

0 commit comments

Comments
 (0)