summaryrefslogtreecommitdiffstats
path: root/Tests/CPackWiXGenerator
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-25 19:44:12 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-25 19:47:39 (GMT)
commitda7276cf948e62c22d39bdd2548254d18180344a (patch)
tree2c69ce9ef19bf4e16d5440aec34af3f3eb25f6d5 /Tests/CPackWiXGenerator
parent02f95f9b7cc56aee8e4d73ea951bad34b622ec9b (diff)
downloadCMake-da7276cf948e62c22d39bdd2548254d18180344a.zip
CMake-da7276cf948e62c22d39bdd2548254d18180344a.tar.gz
CMake-da7276cf948e62c22d39bdd2548254d18180344a.tar.bz2
Replace http://www.cmake.org URLs with https://cmake.org
The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
Diffstat (limited to 'Tests/CPackWiXGenerator')
-rw-r--r--Tests/CPackWiXGenerator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackWiXGenerator/CMakeLists.txt b/Tests/CPackWiXGenerator/CMakeLists.txt
index 638e788..73eaf4f 100644
--- a/Tests/CPackWiXGenerator/CMakeLists.txt
+++ b/Tests/CPackWiXGenerator/CMakeLists.txt
@@ -64,7 +64,7 @@ set(CPACK_WIX_PATCH_FILE "${CMAKE_CURRENT_SOURCE_DIR}/patch.xml")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/license.txt")
set(CPACK_WIX_PROPERTY_ARPCOMMENTS "My Custom ARPCOMMENTS")
-set(CPACK_WIX_PROPERTY_ARPHELPLINK "http://www.cmake.org")
+set(CPACK_WIX_PROPERTY_ARPHELPLINK "https://cmake.org")
include(CPack)