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

Method GetChrpathString

Source/cmComputeLinkInformation.cxx:2366–2373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2364}
2365
2366std::string cmComputeLinkInformation::GetChrpathString() const
2367{
2368 if (!this->RuntimeUseChrpath) {
2369 return "";
2370 }
2371
2372 return this->GetRPathString(true);
2373}

Callers 3

GetRPathStringMethod · 0.95
AddRPathCheckRuleMethod · 0.80
AddChrpathPatchRuleMethod · 0.80

Calls 1

GetRPathStringMethod · 0.95

Tested by

no test coverage detected