diff options
author | Brad King <brad.king@kitware.com> | 2020-08-17 18:52:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-08-17 18:52:08 (GMT) |
commit | 3313bf06eb3e8ca3ca655f85e216368e61ee620d (patch) | |
tree | 236b41ebffce424796d63ebceb15596dc6754292 /Help/prop_tgt | |
parent | 35d8543f2524d088ccbe7eb4a600f2c65d7f53d7 (diff) | |
parent | 5852b8867f77c17ae4c905c4f41db850f8d53d47 (diff) | |
download | CMake-3313bf06eb3e8ca3ca655f85e216368e61ee620d.zip CMake-3313bf06eb3e8ca3ca655f85e216368e61ee620d.tar.gz CMake-3313bf06eb3e8ca3ca655f85e216368e61ee620d.tar.bz2 |
Merge topic 'ios-combined-prune-archs'
5852b8867f CMakeIOSInstallCombined: Enforce disjoint architecture sets
79098d23eb Tests: Avoid warnings about unused arguments
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5111
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/IOS_INSTALL_COMBINED.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/prop_tgt/IOS_INSTALL_COMBINED.rst b/Help/prop_tgt/IOS_INSTALL_COMBINED.rst index 23a86e6..92d60dc 100644 --- a/Help/prop_tgt/IOS_INSTALL_COMBINED.rst +++ b/Help/prop_tgt/IOS_INSTALL_COMBINED.rst @@ -10,4 +10,10 @@ either be built with the device SDK or the simulator SDK depending on the SDK set. But if this property is set to true then the target will at install time also be built for the corresponding SDK and combined into one library. +.. note:: + + If a selected architecture is available for both: device SDK and simulator + SDK it will be built for the SDK selected by :variable:`CMAKE_OSX_SYSROOT` + and removed from the corresponding SDK. + This feature requires at least Xcode version 6. |