| 2726 | } |
| 2727 | |
| 2728 | std::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 | |
| 2736 | std::string Helper::GetManDestination( |
| 2737 | cmInstallCommandArguments const* args) const |
no test coverage detected