summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-01-07 18:28:28 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-01-07 18:28:28 (GMT)
commit070f09f91ea2ea903ad503925e4870aaf541d291 (patch)
treebe2464f6559e807d0f347ff3f311b99e2fead36b /Help
parentf7fbe0f6811dcd656f8cf772c6d57199c92f0a5e (diff)
parentd8bc26a065f1999698c9b499ca793f9adf740a9d (diff)
downloadCMake-070f09f91ea2ea903ad503925e4870aaf541d291.zip
CMake-070f09f91ea2ea903ad503925e4870aaf541d291.tar.gz
CMake-070f09f91ea2ea903ad503925e4870aaf541d291.tar.bz2
Merge topic 'xcode-global-attribute-variant'
d8bc26a0 Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947) dc0ddb9e Xcode: Store configuration name along with XcodeObject (#14947) 28f98cee Xcode: Make CMAKE_XCODE_ATTRIBUTE calculation last step (#14947) 28db2268 Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947)
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
index 122b9f6..be683d6 100644
--- a/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
+++ b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
@@ -8,3 +8,9 @@ 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.
+
+Contents of ``CMAKE_XCODE_ATTRIBUTE_<an-attribute>`` may use
+"generator expressions" with the syntax ``$<...>``. See the
+:manual:`cmake-generator-expressions(7)` manual for available
+expressions. See the :manual:`cmake-buildsystem(7)` manual
+for more on defining buildsystem properties.