summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_VERSION.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_SYSTEM_VERSION.rst')
-rw-r--r--share/cmake-3.2/Help/variable/CMAKE_SYSTEM_VERSION.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_VERSION.rst b/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_VERSION.rst
new file mode 100644
index 0000000..33510bb
--- /dev/null
+++ b/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_VERSION.rst
@@ -0,0 +1,8 @@
+CMAKE_SYSTEM_VERSION
+--------------------
+
+The OS version CMake is building for.
+
+This variable is the same as :variable:`CMAKE_HOST_SYSTEM_VERSION` if
+you build for the host system instead of the target system when
+cross compiling.