summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-15 14:22:26 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-04-15 14:22:26 (GMT)
commit1ce673a88ba2284af22a90d2619096beb0ea9dc6 (patch)
treea7b473b77ef5f8aa043e7440c1634a43a180d70d /Utilities
parentcb101b95f9b87410ae9b2b91fed716a268c81b7f (diff)
parent6578508ca31f8394b5c04b1fa70260e917643bf6 (diff)
downloadCMake-1ce673a88ba2284af22a90d2619096beb0ea9dc6.zip
CMake-1ce673a88ba2284af22a90d2619096beb0ea9dc6.tar.gz
CMake-1ce673a88ba2284af22a90d2619096beb0ea9dc6.tar.bz2
Merge topic 'fix-qthelp-installation'
6578508c Help: Fix installation of the Qt qch file.
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Sphinx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index 0ae67bd..132ce60 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -149,7 +149,7 @@ if(SPHINX_HTML)
)
endif()
if(SPHINX_QTHELP)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qthelp/CMake.qch
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qthelp/CMake-${CMake_VERSION_MAJOR}${CMake_VERSION_MINOR}${CMake_VERSION_PATCH}.qch
DESTINATION ${CMAKE_DOC_DIR}
)
endif()