summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-26 06:56:37 -0400
committerBrad King <brad.king@kitware.com>2019-06-26 06:56:37 -0400
commit2bbbc4ce1ff7d7d0cbbdc1d89cff023b754cc35f (patch)
tree03aec3b02f3cd6a53f6a84442a779a1757bad2b2
parentedec1c261519525acd01ad67192f777fa071c50b (diff)
parentf57a53d43e1ec693fdbb749fc279fc79f33a8866 (diff)
downloadcmake-2bbbc4ce1ff7d7d0cbbdc1d89cff023b754cc35f.tar.gz
Merge branch 'doc-CMAKE_FRAMEWORK-crossref' into release-3.15
Merge-request: !3478
-rw-r--r--Help/prop_tgt/FRAMEWORK.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/FRAMEWORK.rst b/Help/prop_tgt/FRAMEWORK.rst
index 9dad06052a..3dff1be3c8 100644
--- a/Help/prop_tgt/FRAMEWORK.rst
+++ b/Help/prop_tgt/FRAMEWORK.rst
@@ -6,7 +6,9 @@ Build ``SHARED`` or ``STATIC`` library as Framework Bundle on the macOS and iOS.
If such a library target has this property set to ``TRUE`` it will be
built as a framework when built on the macOS and iOS. It will have the
directory structure required for a framework and will be suitable to
-be used with the ``-framework`` option
+be used with the ``-framework`` option. This property is initialized by the
+value of the :variable:`CMAKE_FRAMEWORK` variable if it is set when a target is
+created.
To customize ``Info.plist`` file in the framework, use
:prop_tgt:`MACOSX_FRAMEWORK_INFO_PLIST` target property.