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

Method SupportsComponentInstallation

Source/CPack/cmCPackGenerator.cxx:1700–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698}
1699
1700bool cmCPackGenerator::SupportsComponentInstallation() const
1701{
1702 return false;
1703}
1704
1705bool cmCPackGenerator::WantsComponentInstallation() const
1706{

Calls

no outgoing calls

Tested by

no test coverage detected