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

Method WantsComponentInstallation

Source/CPack/cmCPackGenerator.cxx:1705–1711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703}
1704
1705bool cmCPackGenerator::WantsComponentInstallation() const
1706{
1707 return (!this->IsOn("CPACK_MONOLITHIC_INSTALL") &&
1708 this->SupportsComponentInstallation()
1709 // check that we have at least one group or component
1710 && (!this->ComponentGroups.empty() || !this->Components.empty()));
1711}
1712
1713cmCPackInstallationType* cmCPackGenerator::GetInstallationType(
1714 std::string const& projectName, std::string const& name)

Callers 4

PackageFilesMethod · 0.80
PackageFilesMethod · 0.80
PackageFilesMethod · 0.80
PackageFilesMethod · 0.80

Calls 3

IsOnMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected