mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmCacheManager: Remove use of intermediate overload.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user