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

Method GetInstallRPATH

Source/cmGeneratorTarget.cxx:4721–4725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4719}
4720
4721bool cmGeneratorTarget::GetInstallRPATH(std::string const& config,
4722 std::string& rpath) const
4723{
4724 return this->GetRPATH(config, "INSTALL_RPATH", rpath);
4725}
4726
4727bool cmGeneratorTarget::GetRPATH(std::string const& config,
4728 std::string const& prop,

Callers 2

HaveInstallTreeRPATHMethod · 0.95
GetRPathMethod · 0.80

Calls 1

GetRPATHMethod · 0.95

Tested by

no test coverage detected