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

Method SetCacheEntryProperty

Source/cmState.cxx:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void 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
191void cmState::SetCacheEntryBoolProperty(std::string const& key,
192 std::string const& propertyName,

Callers 5

HandleCacheEntryFunction · 0.45
cmMarkAsAdvancedCommandFunction · 0.45
cmOptionCommandFunction · 0.45
SetCacheArgsMethod · 0.45
DoNotRunExecutableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected