summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-07-26 16:01:15 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-26 16:01:27 (GMT)
commit618bd463ad853da9cd4594bc1ff08fb272a7450d (patch)
treea5b49ba0de0ce6d1de0663af9ee874cbed6aa4c9 /Source/cmSystemTools.h
parentaf3278af3612e9bc0599617767047eaeb186c998 (diff)
parentbd2793b6e90c9c990a3cd4db260503e19e9a8ae0 (diff)
downloadCMake-618bd463ad853da9cd4594bc1ff08fb272a7450d.zip
CMake-618bd463ad853da9cd4594bc1ff08fb272a7450d.tar.gz
CMake-618bd463ad853da9cd4594bc1ff08fb272a7450d.tar.bz2
Merge topic 'remove_compiler_rpath'
bd2793b6e9 Help: Add documentation for INSTALL_REMOVE_ENVIROMENT_RPATH f08dcbffec Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3544
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 5ce6a48..1962389 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -493,6 +493,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);