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