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