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

Method GetPolicyStatus

Source/cmLocalGenerator.cxx:4753–4757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4751}
4752
4753cmPolicies::PolicyStatus cmLocalGenerator::GetPolicyStatus(
4754 cmPolicies::PolicyID id) const
4755{
4756 return this->Makefile->GetPolicyStatus(id);
4757}
4758
4759bool cmLocalGenerator::CheckDefinition(std::string const& define) const
4760{

Callers 1

GenerateInstallRulesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected