diff options
author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2016-12-28 21:36:11 +0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-09 12:04:41 -0700 |
commit | 8ba27ff0c25fd85a8cac6dc6f54db81c4bb45ad5 (patch) | |
tree | 5564d162ff5189ae3ecc1cfc61a395e58ed9a397 /cmake | |
parent | 4aae7e4fb3e492af5ce70cdb133d3f0d9500ced6 (diff) |
Update GNUInstallDirs.cmake
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/GNUInstallDirs.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/GNUInstallDirs.cmake b/cmake/GNUInstallDirs.cmake index a114dcb2..c3bb203a 100644 --- a/cmake/GNUInstallDirs.cmake +++ b/cmake/GNUInstallDirs.cmake @@ -1,6 +1,6 @@ # - Define GNU standard installation directories # Provides install directory variables as defined for GNU software: -# http://www.gnu.org/prep/standards/html_node/Directory-Variables.html +# https://www.gnu.org/prep/standards/html_node/Directory-Variables.html # Inclusion of this module defines the following variables: # CMAKE_INSTALL_<dir> - destination for files of a given type # CMAKE_INSTALL_FULL_<dir> - corresponding absolute path @@ -76,7 +76,7 @@ if(NOT DEFINED CMAKE_INSTALL_LIBDIR) # - we are on a 64 bits system # reason is: amd64 ABI: http://www.x86-64.org/documentation/abi.pdf # Note that the future of multi-arch handling may be even - # more complicated than that: http://wiki.debian.org/Multiarch + # more complicated than that: https://wiki.debian.org/Multiarch if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT CMAKE_CROSSCOMPILING AND NOT EXISTS "/etc/debian_version") |