summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 955602c..643024e 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -37,6 +37,7 @@
cmake::cmake()
{
m_Verbose = false;
+ m_InTryCompile = false;
m_CacheManager = new cmCacheManager;
m_GlobalGenerator = 0;
this->AddDefaultCommands();