From 55af10416997d9e46de98cca64c98a50543d7b76 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 29 Apr 2004 10:26:22 -0400 Subject: BUG: fix crash from bug id 806 --- Source/cmake.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 3a4a0d5..b3fc121 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1012,6 +1012,9 @@ int cmake::Configure() if(genName) { m_GlobalGenerator = this->CreateGlobalGenerator(genName); + } + if(m_GlobalGenerator) + { // set the global flag for unix style paths on cmSystemTools as // soon as the generator is set. This allows gmake to be used // on windows. -- cgit v0.12