diff options
author | Brad King <brad.king@kitware.com> | 2014-11-12 13:32:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-12 13:32:01 (GMT) |
commit | 00d4cdc935355656236b04ce28e3f89a852c7dd5 (patch) | |
tree | 2f358231a286a7705ecf59f15f695dbacda01a73 | |
parent | 54ff77dc621a91302abad0ab38d9bd26de8914b9 (diff) | |
download | CMake-00d4cdc935355656236b04ce28e3f89a852c7dd5.zip CMake-00d4cdc935355656236b04ce28e3f89a852c7dd5.tar.gz CMake-00d4cdc935355656236b04ce28e3f89a852c7dd5.tar.bz2 |
Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246)
Add a note to the CMAKE_INSTALL_PREFIX documentation that refers readers
to the GNUInstallDirs module to make the latter easier to discover.
-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. |