summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/fixup_qthelp_names.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-17 11:49:04 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-17 11:49:12 (GMT)
commit74ad28fa6a05d033eb99db949eb095fc192c34ad (patch)
tree8ceb9fa1fed5e1320ab9d8801299dae3b7fa2806 /Utilities/Sphinx/fixup_qthelp_names.cmake
parent3143e9ffc5fcb15a9c0c1a7cfaa94587132947d1 (diff)
parent0518e675eaa4fa7e539f4e1ec9cd7f3a40b3a0da (diff)
downloadCMake-74ad28fa6a05d033eb99db949eb095fc192c34ad.zip
CMake-74ad28fa6a05d033eb99db949eb095fc192c34ad.tar.gz
CMake-74ad28fa6a05d033eb99db949eb095fc192c34ad.tar.bz2
Merge topic 'cmake-qch-no-version-in-filename'
0518e675ea CMake.qch: Don't include the version in the file name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3558
Diffstat (limited to 'Utilities/Sphinx/fixup_qthelp_names.cmake')
-rw-r--r--Utilities/Sphinx/fixup_qthelp_names.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/Utilities/Sphinx/fixup_qthelp_names.cmake b/Utilities/Sphinx/fixup_qthelp_names.cmake
index e35ef25..179e846 100644
--- a/Utilities/Sphinx/fixup_qthelp_names.cmake
+++ b/Utilities/Sphinx/fixup_qthelp_names.cmake
@@ -10,15 +10,6 @@ string(REPLACE
QHCP_CONTENT "${QHCP_CONTENT}"
)
-string(REPLACE
- "<output>CMake.qch" "<output>CMake-${CMake_VERSION}.qch"
- QHCP_CONTENT "${QHCP_CONTENT}"
-)
-string(REPLACE
- "<file>CMake.qch" "<file>CMake-${CMake_VERSION}.qch"
- QHCP_CONTENT "${QHCP_CONTENT}"
-)
-
file(WRITE "${QTHELP_DIR}/CMake.qhcp" "${QHCP_CONTENT}")