summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-11 16:38:16 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-28 05:57:01 (GMT)
commit3a041c59495df26c2b7b0ee58069d27a03bd18ff (patch)
treed4611c6883b5b05dbc2fd9b0739497ddb30e4b98 /Source/cmMakefile.h
parentae6c8a9d68120229a2960a83b51241fdb926700a (diff)
downloadCMake-3a041c59495df26c2b7b0ee58069d27a03bd18ff.zip
CMake-3a041c59495df26c2b7b0ee58069d27a03bd18ff.tar.gz
CMake-3a041c59495df26c2b7b0ee58069d27a03bd18ff.tar.bz2
Introduce cmState::Snapshot.
Create snapshots for buildsystem directories during configure time. This class will be extended in follow up commits to snapshot all values in the cmState.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index d120fb3..447dadc 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -922,7 +922,7 @@ private:
cmMakefile& operator=(const cmMakefile& mf);
void Initialize();
-
+ cmState::Snapshot StateSnapshot;
bool ReadListFileInternal(const char* filenametoread,
bool noPolicyScope,