ERR: LoadCache needed to return a value.
This commit is contained in:
parent
36b4fbb1f4
commit
a74d8698eb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue