diff options
author | Brad King <brad.king@kitware.com> | 2015-09-25 19:44:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-25 19:47:39 (GMT) |
commit | da7276cf948e62c22d39bdd2548254d18180344a (patch) | |
tree | 2c69ce9ef19bf4e16d5440aec34af3f3eb25f6d5 /Modules/FindwxWidgets.cmake | |
parent | 02f95f9b7cc56aee8e4d73ea951bad34b622ec9b (diff) | |
download | CMake-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/FindwxWidgets.cmake')
-rw-r--r-- | Modules/FindwxWidgets.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake index 54a74f6..9037594 100644 --- a/Modules/FindwxWidgets.cmake +++ b/Modules/FindwxWidgets.cmake @@ -193,8 +193,8 @@ set(wxWidgets_CXX_FLAGS "") # to prevent UsewxWidgets.cmake from using SYSTEM. # # See cmake mailing list discussions for more info: -# http://www.cmake.org/pipermail/cmake/2008-April/021115.html -# http://www.cmake.org/pipermail/cmake/2008-April/021146.html +# https://cmake.org/pipermail/cmake/2008-April/021115.html +# https://cmake.org/pipermail/cmake/2008-April/021146.html # if(APPLE OR CMAKE_CXX_PLATFORM_ID MATCHES "OpenBSD") set(wxWidgets_INCLUDE_DIRS_NO_SYSTEM 1) |