summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-11 18:50:46 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-11 18:50:46 (GMT)
commitbeb991110d84e9c0a6b1339e22fa98284b08bac9 (patch)
tree2a9c5cfec91b5c839a18477c02f0d307c4827be6 /Source
parent5a283b79e5fe1739142cc513a9a701855849b2f8 (diff)
downloadCMake-beb991110d84e9c0a6b1339e22fa98284b08bac9.zip
CMake-beb991110d84e9c0a6b1339e22fa98284b08bac9.tar.gz
CMake-beb991110d84e9c0a6b1339e22fa98284b08bac9.tar.bz2
Remove now-unused code once used on IRIX
We dropped support for IRIX as a host platform long ago. Remove some leftover code.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmComputeLinkInformation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx
index 27b8599..29483f9 100644
--- a/Source/cmComputeLinkInformation.cxx
+++ b/Source/cmComputeLinkInformation.cxx
@@ -30,7 +30,7 @@ Notes about linking on various platforms:
------------------------------------------------------------------------------
-Linux, FreeBSD, macOS, IRIX, Sun, Windows:
+Linux, FreeBSD, macOS, Sun, Windows:
Linking to libraries using the full path works fine.