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

Function SetRPathXCOFF

Source/cmSystemTools.cxx:3705–3711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3703}
3704
3705static cm::optional<bool> SetRPathXCOFF(std::string const& /*file*/,
3706 std::string const& /*newRPath*/,
3707 std::string* /*emsg*/,
3708 bool* /*changed*/)
3709{
3710 return cm::nullopt; // Not implemented.
3711}
3712
3713bool cmSystemTools::ChangeRPath(std::string const& file,
3714 std::string const& oldRPath,

Callers 1

SetRPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…