diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2023-06-22 09:57:36 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2023-07-11 18:20:25 (GMT) |
commit | 25977e177be14189796630fac9f1d6ecdccc56bd (patch) | |
tree | a69034a0899419229e2850925ef65174af7af9d2 /Help/variable | |
parent | 7ad290bf9c3f0d262cc2ef6ee141de88605e7af9 (diff) | |
download | CMake-25977e177be14189796630fac9f1d6ecdccc56bd.zip CMake-25977e177be14189796630fac9f1d6ecdccc56bd.tar.gz CMake-25977e177be14189796630fac9f1d6ecdccc56bd.tar.bz2 |
apple: add preliminary visionOS support
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/APPLE.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_MACOSX_BUNDLE.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_OSX_VARIABLE.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Help/variable/APPLE.rst b/Help/variable/APPLE.rst index 810d5fc..e799397 100644 --- a/Help/variable/APPLE.rst +++ b/Help/variable/APPLE.rst @@ -2,4 +2,4 @@ APPLE ----- Set to ``True`` when the target system is an Apple platform -(macOS, iOS, tvOS or watchOS). +(macOS, iOS, tvOS, visionOS or watchOS). diff --git a/Help/variable/CMAKE_MACOSX_BUNDLE.rst b/Help/variable/CMAKE_MACOSX_BUNDLE.rst index 43ddff5..483c5b3 100644 --- a/Help/variable/CMAKE_MACOSX_BUNDLE.rst +++ b/Help/variable/CMAKE_MACOSX_BUNDLE.rst @@ -7,4 +7,4 @@ 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>`. +equals to :ref:`iOS, tvOS, visionOS or watchOS <Cross Compiling for iOS, tvOS, visionOS, or watchOS>`. diff --git a/Help/variable/CMAKE_OSX_VARIABLE.txt b/Help/variable/CMAKE_OSX_VARIABLE.txt index 5670980..962fcd3 100644 --- a/Help/variable/CMAKE_OSX_VARIABLE.txt +++ b/Help/variable/CMAKE_OSX_VARIABLE.txt @@ -7,6 +7,6 @@ remove it while initializing a cache entry of the same name) unless policy :policy:`CMP0126` is set to ``NEW``. Despite the ``OSX`` part in the variable name(s) they apply also to -other SDKs than macOS like iOS, tvOS, or watchOS. +other SDKs than macOS like iOS, tvOS, visionOS, or watchOS. This variable is ignored on platforms other than Apple. |