summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-06 13:27:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-06 13:28:13 (GMT)
commit3e9ce09a56f639e4bee787f0e96185b31bd6ccc4 (patch)
treeff00ba83f7aab2ac99c220326d7b85feb34e9342 /Help/variable
parent742339a779acd06a0808e9d0fb3315aa863f932a (diff)
parent376138fe0c0b9f89b649efe78def7a5b2dd5aad7 (diff)
downloadCMake-3e9ce09a56f639e4bee787f0e96185b31bd6ccc4.zip
CMake-3e9ce09a56f639e4bee787f0e96185b31bd6ccc4.tar.gz
CMake-3e9ce09a56f639e4bee787f0e96185b31bd6ccc4.tar.bz2
Merge topic 'ios-docs'
376138fe0c Help: CMAKE_MACOSX_BUNDLE is ON for iOS/tvOS/watchOS f7d602b572 Help: Example of tweaking iOS/tvOS/watchOS build 4a9e2e4f35 Help: find_package with fat iOS libraries Acked-by: Kitware Robot <kwrobot@kitware.com> 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>`.