IOS_INSTALL_COMBINED

From Get docs
Cmake/docs/3.21/prop tgt/ios install combined


IOS_INSTALL_COMBINED

New in version 3.5.


Build a combined (device and simulator) target when installing.

When this property is set to set to false (which is the default) then it will 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 CMAKE_OSX_SYSROOT and removed from the corresponding SDK.


This feature requires at least Xcode version 6.

© 2000–2021 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.21/prop_tgt/IOS_INSTALL_COMBINED.html