summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-05 14:46:40 (GMT)
committerBrad King <brad.king@kitware.com>2019-03-05 14:46:40 (GMT)
commit216fff285c70d16a1c135adfc59effb3483888f6 (patch)
tree8b57aa3b2e8643f300ffbd527e064cc6af2a1c98 /Help/variable
parent509a9409c3ac77103960177950d2d5c1ac3ade7a (diff)
parent376138fe0c0b9f89b649efe78def7a5b2dd5aad7 (diff)
downloadCMake-216fff285c70d16a1c135adfc59effb3483888f6.zip
CMake-216fff285c70d16a1c135adfc59effb3483888f6.tar.gz
CMake-216fff285c70d16a1c135adfc59effb3483888f6.tar.bz2
Merge branch 'ios-docs' into release-3.14
Merge-request: !3047
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_MACOSX_BUNDLE.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_MACOSX_BUNDLE.rst b/Help/variable/CMAKE_MACOSX_BUNDLE.rst
index 0badaf0..43ddff5 100644
--- a/Help/variable/CMAKE_MACOSX_BUNDLE.rst
+++ b/Help/variable/CMAKE_MACOSX_BUNDLE.rst
@@ -5,3 +5,6 @@ Default value for :prop_tgt:`MACOSX_BUNDLE` of targets.
This variable is used to initialize the :prop_tgt:`MACOSX_BUNDLE` property on
all the targets. See that target property for additional information.
+
+This variable is set to ``ON`` by default if :variable:`CMAKE_SYSTEM_NAME`
+equals to :ref:`iOS, tvOS or watchOS <Cross Compiling for iOS, tvOS, or watchOS>`.