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