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/Compiler | |
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/Compiler')
-rw-r--r-- | Modules/Compiler/IAR.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Compiler/IAR.cmake b/Modules/Compiler/IAR.cmake index 00e4713..8c6c3f6 100644 --- a/Modules/Compiler/IAR.cmake +++ b/Modules/Compiler/IAR.cmake @@ -1,6 +1,6 @@ # This file is processed when the IAR compiler is used for a C or C++ file # Documentation can be downloaded here: http://www.iar.com/website1/1.0.1.0/675/1/ -# The initial feature request is here: http://www.cmake.org/Bug/view.php?id=10176 +# The initial feature request is here: https://cmake.org/Bug/view.php?id=10176 # It also contains additional links and information. if(_IAR_CMAKE_LOADED) @@ -39,7 +39,7 @@ endif() if(NOT IAR_TARGET_ARCHITECTURE) message(FATAL_ERROR "The IAR compiler for this architecture is not yet supported " - " by CMake. Please go to http://www.cmake.org/Bug and enter a feature request there.") + " by CMake. Please go to https://cmake.org/Bug and enter a feature request there.") endif() set(CMAKE_LINKER "${CMAKE_IAR_LINKER}" CACHE FILEPATH "The IAR linker" FORCE) |