| 2680 | } |
| 2681 | |
| 2682 | std::string Helper::GetSysconfDestination( |
| 2683 | cmInstallCommandArguments const* args) const |
| 2684 | { |
| 2685 | return this->GetDestination(args, "CMAKE_INSTALL_SYSCONFDIR", "etc"); |
| 2686 | } |
| 2687 | |
| 2688 | std::string Helper::GetSharedStateDestination( |
| 2689 | cmInstallCommandArguments const* args) const |
no test coverage detected