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

Method SetCacheEntryValue

Source/cmState.cxx:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

setPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected