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

Method GetManDestination

Source/cmInstallCommand.cxx:2736–2741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2734}
2735
2736std::string Helper::GetManDestination(
2737 cmInstallCommandArguments const* args) const
2738{
2739 return this->GetDestination(args, "CMAKE_INSTALL_MANDIR",
2740 this->GetDataRootDestination(nullptr) + "/man");
2741}
2742
2743std::string Helper::GetDocDestination(
2744 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 2

GetDestinationMethod · 0.95

Tested by

no test coverage detected