瀏覽代碼

cmCacheManager: Remove use of intermediate overload.

Stephen Kelly 10 年之前
父節點
當前提交
23bb5d225b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Source/cmCacheManager.cxx

+ 2 - 1
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<std::string> emptySet;
+  return this->LoadCache(path, true, emptySet, emptySet);
 }
 
 bool cmCacheManager::LoadCache(const std::string& path,