mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Move all extracting of variables to ExtractVariables. This way it is easy to know what variables are used
This commit is contained in:
@@ -110,6 +110,8 @@ private:
|
||||
|
||||
bool m_Verbose;
|
||||
bool m_Backup;
|
||||
bool m_EmptyBinDir;
|
||||
bool m_EmptyBinDirOnce;
|
||||
|
||||
cmStdString m_SourceDir;
|
||||
cmStdString m_BinaryDir;
|
||||
@@ -119,8 +121,14 @@ private:
|
||||
cmStdString m_CVSCheckOut;
|
||||
cmStdString m_CTestCmd;
|
||||
cmStdString m_CVSCmd;
|
||||
cmStdString m_CTestEnv;
|
||||
cmStdString m_InitCache;
|
||||
cmStdString m_CMakeCmd;
|
||||
cmStdString m_CMOutFile;
|
||||
std::vector<cmStdString> m_ExtraUpdates;
|
||||
|
||||
double m_MinimumInterval;
|
||||
double m_ContinuousDuration;
|
||||
|
||||
cmMakefile *m_Makefile;
|
||||
cmLocalGenerator *m_LocalGenerator;
|
||||
|
||||
Reference in New Issue
Block a user