diff options
author | Brad King <brad.king@kitware.com> | 2016-08-16 17:26:15 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-08-16 17:26:15 (GMT) |
commit | 447b142b6a5ae8ee1669cb1a424619af808f1c17 (patch) | |
tree | b96a8d4df424520c356bc1138de0c02485bce43c /Modules/CMakeDetermineCCompiler.cmake | |
parent | 6b07972fbdf7e8687577a430597e40e7e0b4831d (diff) | |
parent | 2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a (diff) | |
download | CMake-447b142b6a5ae8ee1669cb1a424619af808f1c17.zip CMake-447b142b6a5ae8ee1669cb1a424619af808f1c17.tar.gz CMake-447b142b6a5ae8ee1669cb1a424619af808f1c17.tar.bz2 |
Merge topic 'issue-tracker-urls'
2bdba83e issues: update references to the CMake issue tracker
Diffstat (limited to 'Modules/CMakeDetermineCCompiler.cmake')
-rw-r--r-- | Modules/CMakeDetermineCCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCCompiler.cmake b/Modules/CMakeDetermineCCompiler.cmake index 73d9fb3..c566f39 100644 --- a/Modules/CMakeDetermineCCompiler.cmake +++ b/Modules/CMakeDetermineCCompiler.cmake @@ -105,7 +105,7 @@ if(NOT CMAKE_C_COMPILER_ID_RUN) CMAKE_C_COMPILER_ID_PLATFORM_CONTENT) # The IAR compiler produces weird output. - # See https://cmake.org/Bug/view.php?id=10176#c19598 + # See https://gitlab.kitware.com/cmake/cmake/issues/10176#note_153591 list(APPEND CMAKE_C_COMPILER_ID_VENDORS IAR) set(CMAKE_C_COMPILER_ID_VENDOR_FLAGS_IAR ) set(CMAKE_C_COMPILER_ID_VENDOR_REGEX_IAR "IAR .+ Compiler") |