diff options
author | Brad King <brad.king@kitware.com> | 2019-01-14 14:15:04 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-01-14 14:15:10 (GMT) |
commit | 9e03a63ba8b6b01ffbf5c0ee207c8c0bf040f494 (patch) | |
tree | fd84ea2988bc9910f109cdf0b7e226ad773fbf43 /Source | |
parent | e91f1616d92120bd364437fc915634d48d653512 (diff) | |
parent | beb991110d84e9c0a6b1339e22fa98284b08bac9 (diff) | |
download | CMake-9e03a63ba8b6b01ffbf5c0ee207c8c0bf040f494.zip CMake-9e03a63ba8b6b01ffbf5c0ee207c8c0bf040f494.tar.gz CMake-9e03a63ba8b6b01ffbf5c0ee207c8c0bf040f494.tar.bz2 |
Merge topic 'drop-IRIX'
beb991110d Remove now-unused code once used on IRIX
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2791
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. |