summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-30 19:05:04 (GMT)
committerBrad King <brad.king@kitware.com>2017-08-30 19:05:04 (GMT)
commit952331cded57e2a4293c1d7d78bd5e3b7b0ace9a (patch)
tree8b3ebacbe604ee8f8882e51621fbab1096d40d2d /Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst
parenta0ef210da8f8037340049ae99530f2bee6723bc3 (diff)
downloadCMake-952331cded57e2a4293c1d7d78bd5e3b7b0ace9a.zip
CMake-952331cded57e2a4293c1d7d78bd5e3b7b0ace9a.tar.gz
CMake-952331cded57e2a4293c1d7d78bd5e3b7b0ace9a.tar.bz2
Help: Cross-reference and clarify CMAKE_FIND_NO_INSTALL_PREFIX docs
Suggested-by: Luke Yeager <lukeyeager@users.noreply.github.com>
Diffstat (limited to 'Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst')
-rw-r--r--Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst b/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst
index e74dfad..38b2f8d 100644
--- a/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst
+++ b/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst
@@ -10,8 +10,11 @@ documentation.
By default this contains the standard directories for the current system, the
:variable:`CMAKE_INSTALL_PREFIX`, and the :variable:`CMAKE_STAGING_PREFIX`.
-It is *not* intended to be modified by the project; use
-:variable:`CMAKE_PREFIX_PATH` for this.
+The installation and staging prefixes may be excluded by setting
+the :variable:`CMAKE_FIND_NO_INSTALL_PREFIX` variable.
+
+``CMAKE_SYSTEM_PREFIX_PATH`` is *not* intended to be modified by the project;
+use :variable:`CMAKE_PREFIX_PATH` for this.
See also :variable:`CMAKE_SYSTEM_INCLUDE_PATH`,
:variable:`CMAKE_SYSTEM_LIBRARY_PATH`, :variable:`CMAKE_SYSTEM_PROGRAM_PATH`,