summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-29 13:19:18 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-11-29 13:19:28 (GMT)
commitcd5002579d64898e6392934e2acb33b199765846 (patch)
tree6a1a699b31d0ebba3216dfde9fd4a01a933fd489
parenta4ddc7357ae880b3695dccec44e383cfa77c7572 (diff)
parent24e2bc42191b6001b8683d929dd097f68332698f (diff)
downloadCMake-cd5002579d64898e6392934e2acb33b199765846.zip
CMake-cd5002579d64898e6392934e2acb33b199765846.tar.gz
CMake-cd5002579d64898e6392934e2acb33b199765846.tar.bz2
Merge topic 'GNUInstallDirs-update-link'
24e2bc42 GNUInstallDirs: Update link to 64-bit ABI documents Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1527
-rw-r--r--Modules/GNUInstallDirs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/GNUInstallDirs.cmake b/Modules/GNUInstallDirs.cmake
index 91361d2..9dd464c 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"