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

Method SetHaveInstallRule

Source/cmTarget.cxx:1534–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1532}
1533
1534void cmTarget::SetHaveInstallRule(bool hir)
1535{
1536 this->impl->HaveInstallRule = hir;
1537}
1538
1539void cmTarget::AddInstallGenerator(cmInstallTargetGenerator* g)
1540{

Callers 3

HandleTargetsModeFunction · 0.80
cmInstallTargetsCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected