cmCacheManager: Remove use of intermediate overload.
This commit is contained in:
parent
510562e3e7
commit
23bb5d225b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue