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

Method GetDataDestination

Source/cmInstallCommand.cxx:2714–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2712}
2713
2714std::string Helper::GetDataDestination(
2715 cmInstallCommandArguments const* args) const
2716{
2717 return this->GetDestination(args, "CMAKE_INSTALL_DATADIR",
2718 this->GetDataRootDestination(nullptr));
2719}
2720
2721std::string Helper::GetInfoDestination(
2722 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 2

GetDestinationMethod · 0.95

Tested by

no test coverage detected