summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-31 14:43:35 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-31 14:43:35 (GMT)
commit901a06021e169bdfa19633370192870385868a7d (patch)
tree1110fe36c04e171a319d600abca20fff61e6a2fe /Help
parent0a2d0b126ca01a7d989a887c71693989e9d15224 (diff)
parent3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96 (diff)
downloadCMake-901a06021e169bdfa19633370192870385868a7d.zip
CMake-901a06021e169bdfa19633370192870385868a7d.tar.gz
CMake-901a06021e169bdfa19633370192870385868a7d.tar.bz2
Merge topic 'doc-XCODE-variable'
3e8615ef Document XCODE variable
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-variables.7.rst1
-rw-r--r--Help/variable/XCODE.rst4
2 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 275b66c..b14f667 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -214,6 +214,7 @@ Variables that Describe the System
/variable/WINCE
/variable/WINDOWS_PHONE
/variable/WINDOWS_STORE
+ /variable/XCODE
/variable/XCODE_VERSION
Variables that Control the Build
diff --git a/Help/variable/XCODE.rst b/Help/variable/XCODE.rst
new file mode 100644
index 0000000..99f20fb
--- /dev/null
+++ b/Help/variable/XCODE.rst
@@ -0,0 +1,4 @@
+XCODE
+-----
+
+``True`` when using :generator:`Xcode` generator.