| 176 | } |
| 177 | |
| 178 | void cmState::SetCacheEntryValue(std::string const& key, |
| 179 | std::string const& value) |
| 180 | { |
| 181 | this->CacheManager->SetCacheEntryValue(key, value); |
| 182 | } |
| 183 | |
| 184 | void cmState::SetCacheEntryProperty(std::string const& key, |
| 185 | std::string const& propertyName, |
no outgoing calls
no test coverage detected