diff options
author | Brad King <brad.king@kitware.com> | 2021-02-15 15:12:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-15 15:12:02 (GMT) |
commit | 9c3e324259ee51e7b21d61ca9377f0aa837d13fa (patch) | |
tree | 72f9983994265fe0ad9156389aa33c4c594cdc86 | |
parent | 79c89f6a95437205f8c35a356eeda371ab9e5e1b (diff) | |
parent | cd80f3905ffe872ed10523b288a14bb6f32bd882 (diff) | |
download | CMake-9c3e324259ee51e7b21d61ca9377f0aa837d13fa.zip CMake-9c3e324259ee51e7b21d61ca9377f0aa837d13fa.tar.gz CMake-9c3e324259ee51e7b21d61ca9377f0aa837d13fa.tar.bz2 |
Merge branch 'relnote-IOS_INSTALL_COMBINED-xcode12' into release-3.19
Merge-request: !5811
-rw-r--r-- | Help/release/3.19.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst index d819e8c..d8f4f9d 100644 --- a/Help/release/3.19.rst +++ b/Help/release/3.19.rst @@ -408,3 +408,20 @@ Changes made since CMake 3.19.0 include the following. variable introduced in 3.19.0 previously worked only with the :generator:`Visual Studio 14 2015` generator. It has now been fixed to work with :ref:`Visual Studio Generators` for later VS versions too. + + +3.19.5 +------ + +* When :prop_tgt:`IOS_INSTALL_COMBINED` is enabled and the :generator:`Xcode` + generator is used, it is now possible to initiate an install or package + creation by running ``cmake --install`` or ``cpack`` from the command line. + When using the Xcode new build system, these are the only supported methods + due to a limitation of Xcode. Initiating these operations by building the + ``install`` or ``package`` targets in Xcode is only supported when using + the legacy build system. + +* The framework handling introduced in 3.19.0 as part of supporting Xcode's + *Link Binaries With Libraries* build phase broke the ability to switch + between device and simulator builds without reconfiguring. That capability + has now been restored. |