summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-12 14:17:07 (GMT)
committerBrad King <brad.king@kitware.com>2014-11-12 14:17:07 (GMT)
commit0011abeab04614ff26a555d067fb7c00bc898c11 (patch)
treedf96c4593c0c488801528a7860280f312d22bde8
parentb3bbb6550e29b09749c04e8b86251465d7ca35a7 (diff)
parent00d4cdc935355656236b04ce28e3f89a852c7dd5 (diff)
downloadCMake-0011abeab04614ff26a555d067fb7c00bc898c11.zip
CMake-0011abeab04614ff26a555d067fb7c00bc898c11.tar.gz
CMake-0011abeab04614ff26a555d067fb7c00bc898c11.tar.bz2
Merge branch 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' into release
-rw-r--r--Help/variable/CMAKE_INSTALL_PREFIX.rst5
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.