summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-12 15:08:06 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-12 15:08:06 (GMT)
commit2aea6d528e5e310078d270bca9736f9e7d993b1a (patch)
treef1c8fb0ec307ecb8b4875d25b706a7b78b180f2f /Source/cmake.cxx
parent895f8c42c0608703dff076eb195092a96a7c9f45 (diff)
downloadCMake-2aea6d528e5e310078d270bca9736f9e7d993b1a.zip
CMake-2aea6d528e5e310078d270bca9736f9e7d993b1a.tar.gz
CMake-2aea6d528e5e310078d270bca9736f9e7d993b1a.tar.bz2
added a flag if a cmake is in try compile
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();