Explorar o código

ERR: LoadCache needed to return a value.

Brad King %!s(int64=24) %!d(string=hai) anos
pai
achega
a74d8698eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmCacheManager.cxx

+ 1 - 1
Source/cmCacheManager.cxx

@@ -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)