summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 08:29:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-23 16:05:13 (GMT)
commit3fa1b9641dd16ad93c64737fd2eeb131cca70f76 (patch)
tree60d490723884bd87303e72c7256c576907c714b8 /Source/cmGlobalUnixMakefileGenerator3.h
parent55e3927634a4b071c1cf52cc2dc406b8973b82cc (diff)
downloadCMake-3fa1b9641dd16ad93c64737fd2eeb131cca70f76.zip
CMake-3fa1b9641dd16ad93c64737fd2eeb131cca70f76.tar.gz
CMake-3fa1b9641dd16ad93c64737fd2eeb131cca70f76.tar.bz2
cmGlobalUnixMakefileGenerator3: Change the progress container key.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 7601cc4..c738c16 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -207,8 +207,9 @@ private:
virtual const char* GetBuildIgnoreErrorsFlag() const { return "-i"; }
virtual std::string GetEditCacheCommand() const;
- std::map<cmLocalGenerator*, std::set<cmGeneratorTarget const*> >
- DirectoryTargetsMap;
+ std::map<cmState::Snapshot,
+ std::set<cmGeneratorTarget const*>,
+ cmState::Snapshot::StrictWeakOrder> DirectoryTargetsMap;
virtual void InitializeProgressMarks();
};