| 262 | } |
| 263 | |
| 264 | void cmState::AppendCacheEntryProperty(std::string const& key, |
| 265 | std::string const& property, |
| 266 | std::string const& value, bool asString) |
| 267 | { |
| 268 | this->CacheManager->AppendCacheEntryProperty(key, property, value, asString); |
| 269 | } |
| 270 | |
| 271 | void cmState::RemoveCacheEntryProperty(std::string const& key, |
| 272 | std::string const& propertyName) |