BUG: fix crash from bug id 806
This commit is contained in:
parent
1620242ac4
commit
55af104169
|
@ -1012,6 +1012,9 @@ int cmake::Configure()
|
||||||
if(genName)
|
if(genName)
|
||||||
{
|
{
|
||||||
m_GlobalGenerator = this->CreateGlobalGenerator(genName);
|
m_GlobalGenerator = this->CreateGlobalGenerator(genName);
|
||||||
|
}
|
||||||
|
if(m_GlobalGenerator)
|
||||||
|
{
|
||||||
// set the global flag for unix style paths on cmSystemTools as
|
// set the global flag for unix style paths on cmSystemTools as
|
||||||
// soon as the generator is set. This allows gmake to be used
|
// soon as the generator is set. This allows gmake to be used
|
||||||
// on windows.
|
// on windows.
|
||||||
|
|
Loading…
Reference in New Issue