mirror of
https://github.com/reactos/CMake.git
synced 2025-02-02 01:55:03 +00:00
ENH: support versions greater than 20
This commit is contained in:
parent
c6b011e35e
commit
f179fb59bf
@ -86,7 +86,7 @@ cmGlobalGenerator* cmGlobalXCodeGenerator::New()
|
||||
{
|
||||
return new cmGlobalXCodeGenerator;
|
||||
}
|
||||
else if (parser.m_Version == 20)
|
||||
else if (parser.m_Version >= 20)
|
||||
{
|
||||
cmSystemTools::Message("Xcode 2.0 not really supported by cmake, "
|
||||
"using Xcode 15 generator\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user