MCPcopy Create free account
hub / github.com/Kitware/CMake / RemoveCacheEntryProperty

Method RemoveCacheEntryProperty

Source/cmState.cxx:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void cmState::RemoveCacheEntryProperty(std::string const& key,
272 std::string const& propertyName)
273{
274 this->CacheManager->RemoveCacheEntryProperty(key, propertyName);
275}
276
277cmStateSnapshot cmState::Reset()
278{

Callers 1

HandleCacheEntryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected