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

Method GetComponentInstallSuffix

Source/CPack/cmCPackGenerator.cxx:1640–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1638}
1639
1640std::string cmCPackGenerator::GetComponentInstallSuffix(
1641 std::string const& componentName)
1642{
1643 return componentName;
1644}
1645
1646std::string cmCPackGenerator::GetComponentInstallDirNameSuffix(
1647 std::string const& componentName)

Callers 2

InstallCMakeProjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected