| 2686 | } |
| 2687 | |
| 2688 | std::string Helper::GetSharedStateDestination( |
| 2689 | cmInstallCommandArguments const* args) const |
| 2690 | { |
| 2691 | return this->GetDestination(args, "CMAKE_INSTALL_SHAREDSTATEDIR", "com"); |
| 2692 | } |
| 2693 | |
| 2694 | std::string Helper::GetLocalStateDestination( |
| 2695 | cmInstallCommandArguments const* args) const |
no test coverage detected