ENH: support versions greater than 20

This commit is contained in:
Andy Cedilnik 2005-07-29 10:02:52 -04:00
parent c6b011e35e
commit f179fb59bf
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ cmGlobalGenerator* cmGlobalXCodeGenerator::New()
{ {
return new cmGlobalXCodeGenerator; 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, " cmSystemTools::Message("Xcode 2.0 not really supported by cmake, "
"using Xcode 15 generator\n"); "using Xcode 15 generator\n");