summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-05-08 21:37:55 (GMT)
committerBrad King <brad.king@kitware.com>2001-05-08 21:37:55 (GMT)
commita74d8698eb67337fafe48d2359a9e1bfaa8b1272 (patch)
treeafcd41bc2ee8f876eba2941718cc38defefda7f3 /Source
parent36b4fbb1f42c2692ce3be70121b8f81d53a96520 (diff)
downloadCMake-a74d8698eb67337fafe48d2359a9e1bfaa8b1272.zip
CMake-a74d8698eb67337fafe48d2359a9e1bfaa8b1272.tar.gz
CMake-a74d8698eb67337fafe48d2359a9e1bfaa8b1272.tar.bz2
ERR: LoadCache needed to return a value.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCacheManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index cbc72ef..818f260 100644
--- a/Source/cmCacheManager.cxx
+++ b/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)