diff options
author | Brad King <brad.king@kitware.com> | 2017-11-27 10:00:21 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-27 10:01:35 -0500 |
commit | 24e2bc42191b6001b8683d929dd097f68332698f (patch) | |
tree | 55501ef484fbde46f8822d26d2af78187009b6fb | |
parent | 65f21a7eadc2144f0c85cd883cf63a6eb7681528 (diff) | |
download | cmake-24e2bc42191b6001b8683d929dd097f68332698f.tar.gz |
GNUInstallDirs: Update link to 64-bit ABI documents
Suggested-by: Chris Coutinho <chrisbcoutinho@gmail.com>
Fixes: #17503
-rw-r--r-- | Modules/GNUInstallDirs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/GNUInstallDirs.cmake b/Modules/GNUInstallDirs.cmake index 91361d298a..9dd464c8de 100644 --- a/Modules/GNUInstallDirs.cmake +++ b/Modules/GNUInstallDirs.cmake @@ -205,7 +205,7 @@ if(NOT DEFINED CMAKE_INSTALL_LIBDIR OR (_libdir_set # - we are on Linux system but NOT cross-compiling # - we are NOT on debian # - we are on a 64 bits system - # reason is: amd64 ABI: http://www.x86-64.org/documentation/abi.pdf + # reason is: amd64 ABI: https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI # For Debian with multiarch, use 'lib/${CMAKE_LIBRARY_ARCHITECTURE}' if # CMAKE_LIBRARY_ARCHITECTURE is set (which contains e.g. "i386-linux-gnu" # and CMAKE_INSTALL_PREFIX is "/usr" |