mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 00:49:52 -06:00
ENH: undo last change
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user