ENH: undo last change

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

View File

@ -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");