| 3703 | } |
| 3704 | |
| 3705 | static 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 | |
| 3713 | bool cmSystemTools::ChangeRPath(std::string const& file, |
| 3714 | std::string const& oldRPath, |
no outgoing calls
no test coverage detected
searching dependent graphs…