| 2712 | } |
| 2713 | |
| 2714 | std::string Helper::GetDataDestination( |
| 2715 | cmInstallCommandArguments const* args) const |
| 2716 | { |
| 2717 | return this->GetDestination(args, "CMAKE_INSTALL_DATADIR", |
| 2718 | this->GetDataRootDestination(nullptr)); |
| 2719 | } |
| 2720 | |
| 2721 | std::string Helper::GetInfoDestination( |
| 2722 | cmInstallCommandArguments const* args) const |
no test coverage detected