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

Method GetLocaleDestination

Source/cmInstallCommand.cxx:2728–2734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2726}
2727
2728std::string Helper::GetLocaleDestination(
2729 cmInstallCommandArguments const* args) const
2730{
2731 return this->GetDestination(args, "CMAKE_INSTALL_LOCALEDIR",
2732 this->GetDataRootDestination(nullptr) +
2733 "/locale");
2734}
2735
2736std::string Helper::GetManDestination(
2737 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 2

GetDestinationMethod · 0.95

Tested by

no test coverage detected