mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property
This commit is contained in:
@@ -473,6 +473,7 @@ public:
|
||||
/** Try to set the RPATH in an ELF binary. */
|
||||
static bool ChangeRPath(std::string const& file, std::string const& oldRPath,
|
||||
std::string const& newRPath,
|
||||
bool removeEnvironmentRPath,
|
||||
std::string* emsg = nullptr,
|
||||
bool* changed = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user