mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
ERR: LoadCache needed to return a value.
This commit is contained in:
@@ -90,7 +90,7 @@ bool cmCacheManager::LoadCache(cmMakefile* mf)
|
||||
|
||||
bool cmCacheManager::LoadCache(const char* path)
|
||||
{
|
||||
this->LoadCache(path,true);
|
||||
return this->LoadCache(path,true);
|
||||
}
|
||||
bool cmCacheManager::LoadCache(const char* path,
|
||||
bool internal)
|
||||
|
||||
Reference in New Issue
Block a user