https://github.com/Kitware/CMake
Revision c2a6df94ed639de2192c8baf2350efb2a4fd9c50 authored by Gregor Jasny on 29 June 2017, 12:19:23 UTC, committed by Brad King on 29 June 2017, 13:52:44 UTC
When calculating Object Library paths take a look at the
`XCODE_EMIT_EFFECTIVE_PLATFORM_NAME` property to enable builds with
different SDKs. Otherwise a hard-coded architecture could be chosen.

Fixes: #16040
1 parent 372de3f
Raw File
Tip revision: c2a6df94ed639de2192c8baf2350efb2a4fd9c50 authored by Gregor Jasny on 29 June 2017, 12:19:23 UTC
Xcode: Use correct Object Library paths for cross-SDK builds
Tip revision: c2a6df9
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...
back to top