diff options
author | Brad King <brad.king@kitware.com> | 2019-01-11 18:50:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-11 18:50:46 (GMT) |
commit | beb991110d84e9c0a6b1339e22fa98284b08bac9 (patch) | |
tree | 2a9c5cfec91b5c839a18477c02f0d307c4827be6 /Source | |
parent | 5a283b79e5fe1739142cc513a9a701855849b2f8 (diff) | |
download | CMake-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.cxx | 2 |
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. |