From c6c579f35a79feb7a11414207cbeb75b9298d59f Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 12 Sep 2002 14:37:27 -0400 Subject: [PATCH] uninitialized var --- Source/cmake.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 643024eb8..8c9440557 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -36,6 +36,7 @@ cmake::cmake() { + m_Local = false; m_Verbose = false; m_InTryCompile = false; m_CacheManager = new cmCacheManager;