[Cmake-commits] CMake branch, next, updated. v3.6.1-1659-g50ecee5

Brad King brad.king at kitware.com
Wed Aug 31 09:50:35 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  50ecee5c02947588ad55575ec41d033e318087ba (commit)
       via  3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96 (commit)
      from  7cb415ef8b47a1f0ac6a40c2e7e2a6885a30c78d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=50ecee5c02947588ad55575ec41d033e318087ba
commit 50ecee5c02947588ad55575ec41d033e318087ba
Merge: 7cb415e 3e8615e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 31 09:50:34 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 31 09:50:34 2016 -0400

    Merge topic 'doc-XCODE-variable' into next
    
    3e8615ef Document XCODE variable


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96
commit 3e8615ef9c6097c1b0249ff3b8e3dd2609c7af96
Author:     Ruslan Baratov <ruslan_baratov at yahoo.com>
AuthorDate: Wed Aug 31 14:17:51 2016 +0300
Commit:     Ruslan Baratov <ruslan_baratov at yahoo.com>
CommitDate: Wed Aug 31 14:17:51 2016 +0300

    Document XCODE variable

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.

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-variables.7.rst |    1 +
 Help/variable/XCODE.rst           |    4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 Help/variable/XCODE.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list