BUG: fix bad generator name

This commit is contained in:
Ken Martin 2005-05-12 11:24:23 -04:00
parent 52fc539e4e
commit 4a701917a4

View File

@ -1111,7 +1111,7 @@ int cmake::Configure()
}
this->SetGlobalGenerator(gen);
#else
this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator2);
this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator);
#endif
}
if(!m_GlobalGenerator)