Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -0/+3 |
| | | | | Closes: #17431 | ||||
* | Fix iOS combined feature for single architecture targets | Ruslan Baratov | 2016-03-15 | 1 | -0/+19 |
If list of valid target architectures is empty for given SDK then there will be no VALID_ARCHS build setting returned by Xcode. Return "" (empty string) explicitly in this case. This may happens if CMAKE_IOS_INSTALL_COMBINED is ON but only one architecture used in target. |