From 23bb5d225b772f7e18dab16375c7620c99d62814 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 4 Apr 2015 20:24:11 +0200 Subject: cmCacheManager: Remove use of intermediate overload. --- Source/cmCacheManager.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index 0c77891..30791ff 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -84,7 +84,8 @@ bool cmCacheManager::LoadCache(cmMakefile* mf) bool cmCacheManager::LoadCache(const std::string& path) { - return this->LoadCache(path,true); + std::set emptySet; + return this->LoadCache(path, true, emptySet, emptySet); } bool cmCacheManager::LoadCache(const std::string& path, -- cgit v0.12