summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2019-03-01 19:48:21 +0300
committerBrad King <brad.king@kitware.com>2019-03-05 09:45:50 -0500
commit376138fe0c0b9f89b649efe78def7a5b2dd5aad7 (patch)
tree14079c4ce4a2fc1d3439684e7410d9557e28a0d2
parentf7d602b5727e0fb24124001153d2a981be94993c (diff)
downloadcmake-376138fe0c0b9f89b649efe78def7a5b2dd5aad7.tar.gz
Help: CMAKE_MACOSX_BUNDLE is ON for iOS/tvOS/watchOS
-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 0badaf0dae..43ddff517a 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>`.