| 2692 | } |
| 2693 | |
| 2694 | std::string Helper::GetLocalStateDestination( |
| 2695 | cmInstallCommandArguments const* args) const |
| 2696 | { |
| 2697 | return this->GetDestination(args, "CMAKE_INSTALL_LOCALSTATEDIR", "var"); |
| 2698 | } |
| 2699 | |
| 2700 | std::string Helper::GetRunStateDestination( |
| 2701 | cmInstallCommandArguments const* args) const |
no test coverage detected