summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_CROSSCOMPILING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_CROSSCOMPILING.rst')
-rw-r--r--Help/variable/CMAKE_CROSSCOMPILING.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CROSSCOMPILING.rst b/Help/variable/CMAKE_CROSSCOMPILING.rst
new file mode 100644
index 0000000..cf9865b
--- /dev/null
+++ b/Help/variable/CMAKE_CROSSCOMPILING.rst
@@ -0,0 +1,8 @@
+CMAKE_CROSSCOMPILING
+--------------------
+
+Is CMake currently cross compiling.
+
+This variable will be set to true by CMake if CMake is cross
+compiling. Specifically if the build platform is different from the
+target platform.