[Cmake-commits] CMake branch, next, updated. v3.0.2-2126-g9a4eb88

Brad King brad.king at kitware.com
Wed Oct 22 08:52:29 EDT 2014


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  9a4eb88fc1afa3011c335641a3b4f20e163eb844 (commit)
       via  0ff69dd4d10adae277ef33059cdb5115832af557 (commit)
      from  ffa1da029374525f53556253b6e2d83c617991e4 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9a4eb88fc1afa3011c335641a3b4f20e163eb844
commit 9a4eb88fc1afa3011c335641a3b4f20e163eb844
Merge: ffa1da0 0ff69dd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 22 08:52:28 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 22 08:52:28 2014 -0400

    Merge topic 'doc-CMAKE_XCODE_ATTRIBUTE' into next
    
    0ff69dd4 Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ff69dd4d10adae277ef33059cdb5115832af557
commit 0ff69dd4d10adae277ef33059cdb5115832af557
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 22 08:51:04 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Oct 22 08:52:12 2014 -0400

    Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)

diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 864ea6e..1deb8bb 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -260,6 +260,7 @@ Variables that Control the Build
    /variable/CMAKE_USE_RELATIVE_PATHS
    /variable/CMAKE_VISIBILITY_INLINES_HIDDEN
    /variable/CMAKE_WIN32_EXECUTABLE
+   /variable/CMAKE_XCODE_ATTRIBUTE_an-attribute
    /variable/EXECUTABLE_OUTPUT_PATH
    /variable/LIBRARY_OUTPUT_PATH
 
diff --git a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst
index 0be313c..de98c37 100644
--- a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst
+++ b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst
@@ -5,3 +5,6 @@ Set Xcode target attributes directly.
 
 Tell the Xcode generator to set '<an-attribute>' to a given value in
 the generated Xcode project.  Ignored on other generators.
+
+See the :variable:`CMAKE_XCODE_ATTRIBUTE_<an-attribute>` variable
+to set attributes on all targets in a directory tree.
diff --git a/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
new file mode 100644
index 0000000..096f64e
--- /dev/null
+++ b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
@@ -0,0 +1,10 @@
+CMAKE_XCODE_ATTRIBUTE_<an-attribute>
+------------------------------------
+
+Set Xcode target attributes directly.
+
+Tell the Xcode generator to set '<an-attribute>' to a given value in
+the generated Xcode project.  Ignored on other generators.
+
+See the :prop_tgt:`XCODE_ATTRIBUTE_<an-attribute>` target property
+to set attributes on a specific target.

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

Summary of changes:
 Help/manual/cmake-variables.7.rst                    |    1 +
 Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst       |    3 +++
 Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst |   10 ++++++++++
 3 files changed, 14 insertions(+)
 create mode 100644 Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list