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

Method MarkCliAsUsed

Source/cmake.cxx:3655–3658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3653}
3654
3655void cmake::MarkCliAsUsed(std::string const& variable)
3656{
3657 this->UsedCliVariables[variable] = true;
3658}
3659
3660void cmake::GenerateGraphViz(std::string const& fileName) const
3661{

Callers 6

RunMethod · 0.95
ComputeMethod · 0.80
GenerateMethod · 0.80
GenerateMethod · 0.80
cmWarnUnusedCliWarningFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected