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