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

Method GetComponentInstallDirNameSuffix

Source/CPack/cmCPackGenerator.cxx:1646–1651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646std::string cmCPackGenerator::GetComponentInstallDirNameSuffix(
1647 std::string const& componentName)
1648{
1649 return this->GetSanitizedDirOrFileName(
1650 this->GetComponentInstallSuffix(componentName));
1651}
1652
1653std::string cmCPackGenerator::GetComponentPackageFileName(
1654 std::string const& initialPackageFileName,

Callers 1

InstallCMakeProjectMethod · 0.95

Calls 2

Tested by

no test coverage detected