summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorJiang Yue <jiangyue12392@gmail.com>2019-07-12 03:33:36 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-07-25 16:30:23 (GMT)
commitf08dcbffecd45889d8aeabdfa504ee76ef54e351 (patch)
tree4a01b8b65c4b5383392cbeb4893d80bf421d3a66 /Source/cmSystemTools.h
parent579e27ec97101d36d0f42d47bd7aa9c753b15be0 (diff)
downloadCMake-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.h1
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);