summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 168d690..edeb723 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -289,6 +289,7 @@ protected:
///! used by Run
int LocalGenerate();
+ int CheckRerun();
/**
* Generate CMAKE_ROOT and CMAKE_COMMAND cache entries
@@ -309,6 +310,7 @@ private:
std::string m_CMakeCommand;
std::string m_CXXEnvironment;
std::string m_CCEnvironment;
+ std::string m_CheckRerun;
bool m_DebugTryCompile;
void UpdateConversionPathTable();