summaryrefslogtreecommitdiffstats
path: root/Modules/CPackNSIS.cmake
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 /Modules/CPackNSIS.cmake
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 'Modules/CPackNSIS.cmake')
-rw-r--r--Modules/CPackNSIS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake
index 4b2e0eb..c6b3d19 100644
--- a/Modules/CPackNSIS.cmake
+++ b/Modules/CPackNSIS.cmake
@@ -115,7 +115,7 @@
#
# set(CPACK_NSIS_MENU_LINKS
# "doc/cmake-@CMake_VERSION_MAJOR@.@CMake_VERSION_MINOR@/cmake.html"
-# "CMake Help" "http://www.cmake.org" "CMake Web Site")
+# "CMake Help" "https://cmake.org" "CMake Web Site")
#
#=============================================================================