Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1960
void cmMakefile::RemoveCacheDefinition(std::string const& name) const
1961
{
1962
this->GetState()->RemoveCacheEntry(name);
1963
}
1964
1965
void cmMakefile::SetProjectName(std::string const& p)
1966
{
Callers
2
cmUnsetCommand
Function · 0.80
ClearDependencyInformation
Method · 0.80
Calls
2
GetState
Method · 0.95
RemoveCacheEntry
Method · 0.45
Tested by
no test coverage detected