Merge topic 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs'

00d4cdc9 Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246)
This commit is contained in:
Brad King 2014-11-12 09:35:43 -05:00 committed by CMake Topic Stage
commit ac9e4f9979
1 changed files with 5 additions and 0 deletions

View File

@ -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.