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

Method RemoveCacheDefinition

Source/cmMakefile.cxx:1960–1963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1958}
1959
1960void cmMakefile::RemoveCacheDefinition(std::string const& name) const
1961{
1962 this->GetState()->RemoveCacheEntry(name);
1963}
1964
1965void cmMakefile::SetProjectName(std::string const& p)
1966{

Callers 2

cmUnsetCommandFunction · 0.80

Calls 2

GetStateMethod · 0.95
RemoveCacheEntryMethod · 0.45

Tested by

no test coverage detected