| 576 | } |
| 577 | |
| 578 | bool cmCacheManager::CacheEntry::GetPropertyAsBool( |
| 579 | std::string const& prop) const |
| 580 | { |
| 581 | return this->GetProperty(prop).IsOn(); |
| 582 | } |
| 583 | |
| 584 | void cmCacheManager::CacheEntry::SetProperty(std::string const& prop, |
| 585 | std::string const& value) |
nothing calls this directly
no test coverage detected