diff options
author | Jiang Yue <jiangyue12392@gmail.com> | 2019-07-12 03:33:36 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-25 16:30:23 (GMT) |
commit | f08dcbffecd45889d8aeabdfa504ee76ef54e351 (patch) | |
tree | 4a01b8b65c4b5383392cbeb4893d80bf421d3a66 /Source/cmSystemTools.h | |
parent | 579e27ec97101d36d0f42d47bd7aa9c753b15be0 (diff) | |
download | CMake-f08dcbffecd45889d8aeabdfa504ee76ef54e351.zip CMake-f08dcbffecd45889d8aeabdfa504ee76ef54e351.tar.gz CMake-f08dcbffecd45889d8aeabdfa504ee76ef54e351.tar.bz2 |
Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index a9c03bd..087eca7 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -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); |