| 2698 | } |
| 2699 | |
| 2700 | std::string Helper::GetRunStateDestination( |
| 2701 | cmInstallCommandArguments const* args) const |
| 2702 | { |
| 2703 | return this->GetDestination(args, "CMAKE_INSTALL_RUNSTATEDIR", |
| 2704 | this->GetLocalStateDestination(nullptr) + |
| 2705 | "/run"); |
| 2706 | } |
| 2707 | |
| 2708 | std::string Helper::GetDataRootDestination( |
| 2709 | cmInstallCommandArguments const* args) const |
no test coverage detected