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

Method GetSharedStateDestination

Source/cmInstallCommand.cxx:2688–2692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected