diff options
author | Márton Marczell <mmarczell@graphisoft.com> | 2023-07-20 12:57:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-07-20 15:21:24 (GMT) |
commit | 7d3eede9232033040da62c577f5e0d4b842b89c3 (patch) | |
tree | 0bf5be735218216be3fa086699baf92e1bf85da4 /Help/variable | |
parent | e0ed4d7a6f9a2c9fe35360b2d9fb208eca5311f0 (diff) | |
download | CMake-7d3eede9232033040da62c577f5e0d4b842b89c3.zip CMake-7d3eede9232033040da62c577f5e0d4b842b89c3.tar.gz CMake-7d3eede9232033040da62c577f5e0d4b842b89c3.tar.bz2 |
Help: Document IOS_INSTALL_COMBINED as deprecated
The approach has not made sense since the introduction of Apple Silicon
and macOS arm64.
Issue: #24957
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst b/Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst index cd7fd8d..0024ba9 100644 --- a/Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst +++ b/Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst @@ -2,6 +2,9 @@ CMAKE_IOS_INSTALL_COMBINED -------------------------- .. versionadded:: 3.5 +.. deprecated:: 3.28 + + This is deprecated because :prop_tgt:`IOS_INSTALL_COMBINED` is deprecated. Default value for :prop_tgt:`IOS_INSTALL_COMBINED` of targets. |