mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
Merge topic 'xcode64'
23dd8b9e
cmGlobalXCodeGenerator: Support XCTest for XCode 6.4
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1471
This commit is contained in:
commit
8203895caa
@ -3242,9 +3242,9 @@ void cmGlobalXCodeGenerator::OutputXCodeProject(
|
||||
}
|
||||
this->WriteXCodePBXProj(fout, root, generators);
|
||||
|
||||
// Since the lowest available Xcode version for testing was 7.0,
|
||||
// Since the lowest available Xcode version for testing was 6.4,
|
||||
// I'm setting this as a limit then
|
||||
if (this->XcodeVersion >= 70) {
|
||||
if (this->XcodeVersion >= 64) {
|
||||
if (root->GetMakefile()->GetCMakeInstance()->GetIsInTryCompile() ||
|
||||
root->GetMakefile()->IsOn("CMAKE_XCODE_GENERATE_SCHEME")) {
|
||||
this->OutputXCodeSharedSchemes(xcodeDir);
|
||||
|
Loading…
Reference in New Issue
Block a user