| 182 | } |
| 183 | |
| 184 | void cmState::SetCacheEntryProperty(std::string const& key, |
| 185 | std::string const& propertyName, |
| 186 | std::string const& value) |
| 187 | { |
| 188 | this->CacheManager->SetCacheEntryProperty(key, propertyName, value); |
| 189 | } |
| 190 | |
| 191 | void cmState::SetCacheEntryBoolProperty(std::string const& key, |
| 192 | std::string const& propertyName, |
no outgoing calls
no test coverage detected