summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/IAR.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-08-12 19:06:35 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2016-08-15 13:34:06 (GMT)
commit2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a (patch)
tree5f3a320167a506f8215c9b925d3c1f5babfa6b66 /Modules/Compiler/IAR.cmake
parentf99df80794df7acc383d93d47b5da3ac8450e117 (diff)
downloadCMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.zip
CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.gz
CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.bz2
issues: update references to the CMake issue tracker
References to specific comments are left as-is since comments were not migrated.
Diffstat (limited to 'Modules/Compiler/IAR.cmake')
-rw-r--r--Modules/Compiler/IAR.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/Compiler/IAR.cmake b/Modules/Compiler/IAR.cmake
index 8c6c3f6..8c45276 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: https://cmake.org/Bug/view.php?id=10176
+# The initial feature request is here: https://gitlab.kitware.com/cmake/cmake/issues/10176
# It also contains additional links and information.
if(_IAR_CMAKE_LOADED)
@@ -39,7 +39,8 @@ endif()
if(NOT IAR_TARGET_ARCHITECTURE)
message(FATAL_ERROR "The IAR compiler for this architecture is not yet supported "
- " by CMake. Please go to https://cmake.org/Bug and enter a feature request there.")
+ "by CMake. Please go to https://gitlab.kitware.com/cmake/cmake/issues "
+ "and enter a feature request there.")
endif()
set(CMAKE_LINKER "${CMAKE_IAR_LINKER}" CACHE FILEPATH "The IAR linker" FORCE)