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

Method GetSysconfDestination

Source/cmInstallCommand.cxx:2682–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2680}
2681
2682std::string Helper::GetSysconfDestination(
2683 cmInstallCommandArguments const* args) const
2684{
2685 return this->GetDestination(args, "CMAKE_INSTALL_SYSCONFDIR", "etc");
2686}
2687
2688std::string Helper::GetSharedStateDestination(
2689 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected