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

Method GetComponentInstallDirNameSuffix

Source/CPack/cmCPackDebGenerator.cxx:955–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955std::string cmCPackDebGenerator::GetComponentInstallDirNameSuffix(
956 std::string const& componentName)
957{
958 return this->GetSanitizedDirOrFileName(
959 this->GetComponentInstallSuffix(componentName));
960}

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected