diff options
author | Brad King <brad.king@kitware.com> | 2014-11-12 14:35:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-12 14:35:43 (GMT) |
commit | ac9e4f9979eaa3832f228b64b2f4794b52506e63 (patch) | |
tree | 09a8f739938d8bac0d324411524309c3058fba2b /Help/variable | |
parent | 44a6b6e44dfcf5085757664176d0c4856c53b454 (diff) | |
parent | 00d4cdc935355656236b04ce28e3f89a852c7dd5 (diff) | |
download | CMake-ac9e4f9979eaa3832f228b64b2f4794b52506e63.zip CMake-ac9e4f9979eaa3832f228b64b2f4794b52506e63.tar.gz CMake-ac9e4f9979eaa3832f228b64b2f4794b52506e63.tar.bz2 |
Merge topic 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs'
00d4cdc9 Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246)
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_INSTALL_PREFIX.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_INSTALL_PREFIX.rst b/Help/variable/CMAKE_INSTALL_PREFIX.rst index 72c8d41..ee9b615 100644 --- a/Help/variable/CMAKE_INSTALL_PREFIX.rst +++ b/Help/variable/CMAKE_INSTALL_PREFIX.rst @@ -27,3 +27,8 @@ which cannot be prepended with some other prefix. The installation prefix is also added to CMAKE_SYSTEM_PREFIX_PATH so that find_package, find_program, find_library, find_path, and find_file will search the prefix for other software. + +.. note:: + + Use the :module:`GNUInstallDirs` module to provide GNU-style + options for the layout of directories within the installation. |