MCPcopy Create free account
hub / github.com/Kitware/CMake / GetLocalStateDestination

Method GetLocalStateDestination

Source/cmInstallCommand.cxx:2694–2698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetDestinationForTypeMethod · 0.95

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected