| 2706 | } |
| 2707 | |
| 2708 | std::string Helper::GetDataRootDestination( |
| 2709 | cmInstallCommandArguments const* args) const |
| 2710 | { |
| 2711 | return this->GetDestination(args, "CMAKE_INSTALL_DATAROOTDIR", "share"); |
| 2712 | } |
| 2713 | |
| 2714 | std::string Helper::GetDataDestination( |
| 2715 | cmInstallCommandArguments const* args) const |
no test coverage detected