summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSROOT.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-05-11 14:00:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-05-11 14:00:12 (GMT)
commit8e2f3582eb9cf75c78fbe8232cdacce2357f7efc (patch)
treefcac3db79055770efdece88f06f8127b8b500d63 /Help/variable/CMAKE_SYSROOT.rst
parent20c838da6bac1123cba65845f3ea730cd5ca51ab (diff)
parent53e89b6ab0cae7b9ba0316b3806abd986794a22c (diff)
downloadCMake-8e2f3582eb9cf75c78fbe8232cdacce2357f7efc.zip
CMake-8e2f3582eb9cf75c78fbe8232cdacce2357f7efc.tar.gz
CMake-8e2f3582eb9cf75c78fbe8232cdacce2357f7efc.tar.bz2
Merge topic 'split-sysroot'
53e89b6a Add options for separate compile and link sysroots Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !819
Diffstat (limited to 'Help/variable/CMAKE_SYSROOT.rst')
-rw-r--r--Help/variable/CMAKE_SYSROOT.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SYSROOT.rst b/Help/variable/CMAKE_SYSROOT.rst
index 7aa0450..64f81bb 100644
--- a/Help/variable/CMAKE_SYSROOT.rst
+++ b/Help/variable/CMAKE_SYSROOT.rst
@@ -10,3 +10,6 @@ paths searched by the ``find_*`` commands.
This variable may only be set in a toolchain file specified by
the :variable:`CMAKE_TOOLCHAIN_FILE` variable.
+
+See also the :variable:`CMAKE_SYSROOT_COMPILE` and
+:variable:`CMAKE_SYSROOT_LINK` variables.