summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-04 02:34:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-04 02:34:37 (GMT)
commit0b150f69c2a724b8ec097ca1657c089a6e2861e8 (patch)
treeabe8d82ca0a9127a3e01e11afa8b2124e3950634 /Source/cmGlobalGenerator.h
parent32c2ed2ef37990060238d2e136b255d7074f6ae4 (diff)
downloadCMake-0b150f69c2a724b8ec097ca1657c089a6e2861e8.zip
CMake-0b150f69c2a724b8ec097ca1657c089a6e2861e8.tar.gz
CMake-0b150f69c2a724b8ec097ca1657c089a6e2861e8.tar.bz2
ENH: Use the new RunCommand
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 54efa76..20dcc08 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -102,6 +102,7 @@ public:
void SetConfiguredFilesPath(const char* s){m_ConfiguredFilesPath = s;}
void GetLocalGenerators(std::vector<cmLocalGenerator *>&g) { g = m_LocalGenerators;}
+ static int s_TryCompileTimeout;
protected:
cmStdString m_FindMakeProgramFile;