| 2647 | } |
| 2648 | |
| 2649 | std::string Helper::GetSbinDestination( |
| 2650 | cmInstallCommandArguments const* args) const |
| 2651 | { |
| 2652 | return this->GetDestination(args, "CMAKE_INSTALL_SBINDIR", "sbin"); |
| 2653 | } |
| 2654 | |
| 2655 | std::string Helper::GetArchiveDestination( |
| 2656 | cmInstallCommandArguments const* args) const |
no test coverage detected