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

Method SetCacheEntryBoolProperty

Source/cmState.cxx:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void cmState::SetCacheEntryBoolProperty(std::string const& key,
192 std::string const& propertyName,
193 bool value)
194{
195 this->CacheManager->SetCacheEntryBoolProperty(key, propertyName, value);
196}
197
198std::vector<std::string> cmState::GetCacheEntryPropertyList(
199 std::string const& key)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected