diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index bc3830f66..a263bcf1c 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -898,7 +898,7 @@ void cmCacheManager::CacheIterator::SetProperty(const char* p, const char* v) { if(!this->IsAtEnd()) { - return this->GetEntry().SetProperty(p, v); + this->GetEntry().SetProperty(p, v); } }