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

Method HaveInstallTreeRPATH

Source/cmGeneratorTarget.cxx:4707–4713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4705}
4706
4707bool cmGeneratorTarget::HaveInstallTreeRPATH(std::string const& config) const
4708{
4709 std::string install_rpath;
4710 this->GetInstallRPATH(config, install_rpath);
4711 return !install_rpath.empty() &&
4712 !this->Makefile->IsOn("CMAKE_SKIP_INSTALL_RPATH");
4713}
4714
4715bool cmGeneratorTarget::GetBuildRPATH(std::string const& config,
4716 std::string& rpath) const

Callers 2

GetRPathMethod · 0.80

Calls 3

GetInstallRPATHMethod · 0.95
emptyMethod · 0.45
IsOnMethod · 0.45

Tested by

no test coverage detected