BUG: fix bad generator name
This commit is contained in:
parent
52fc539e4e
commit
4a701917a4
@ -1111,7 +1111,7 @@ int cmake::Configure()
|
||||
}
|
||||
this->SetGlobalGenerator(gen);
|
||||
#else
|
||||
this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator2);
|
||||
this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator);
|
||||
#endif
|
||||
}
|
||||
if(!m_GlobalGenerator)
|
||||
|
Loading…
x
Reference in New Issue
Block a user