summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSROOT_LINK.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_LINK.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_LINK.rst')
-rw-r--r--Help/variable/CMAKE_SYSROOT_LINK.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SYSROOT_LINK.rst b/Help/variable/CMAKE_SYSROOT_LINK.rst
new file mode 100644
index 0000000..88b48ef
--- /dev/null
+++ b/Help/variable/CMAKE_SYSROOT_LINK.rst
@@ -0,0 +1,9 @@
+CMAKE_SYSROOT_LINK
+------------------
+
+Path to pass to the compiler in the ``--sysroot`` flag when linking. This is
+the same as :variable:`CMAKE_SYSROOT` but is used only for linking and not
+compiling sources.
+
+This variable may only be set in a toolchain file specified by
+the :variable:`CMAKE_TOOLCHAIN_FILE` variable.