mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
BUG: fix bad generator name
This commit is contained in:
+1
-1
@@ -1111,7 +1111,7 @@ int cmake::Configure()
|
||||
}
|
||||
this->SetGlobalGenerator(gen);
|
||||
#else
|
||||
this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator2);
|
||||
this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator);
|
||||
#endif
|
||||
}
|
||||
if(!m_GlobalGenerator)
|
||||
|
||||
Reference in New Issue
Block a user