From 3fa1b9641dd16ad93c64737fd2eeb131cca70f76 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 2 Aug 2015 10:29:01 +0200 Subject: cmGlobalUnixMakefileGenerator3: Change the progress container key. --- Source/cmGlobalUnixMakefileGenerator3.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/cmGlobalUnixMakefileGenerator3.h') diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 7601cc48a5..c738c1664e 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 > - DirectoryTargetsMap; + std::map, + cmState::Snapshot::StrictWeakOrder> DirectoryTargetsMap; virtual void InitializeProgressMarks(); }; -- cgit v1.2.1