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

Method GetInfoDestination

Source/cmInstallCommand.cxx:2721–2726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2719}
2720
2721std::string Helper::GetInfoDestination(
2722 cmInstallCommandArguments const* args) const
2723{
2724 return this->GetDestination(args, "CMAKE_INSTALL_INFODIR",
2725 this->GetDataRootDestination(nullptr) + "/info");
2726}
2727
2728std::string Helper::GetLocaleDestination(
2729 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 2

GetDestinationMethod · 0.95

Tested by

no test coverage detected