diff options
author | Brad King <brad.king@kitware.com> | 2008-08-14 13:53:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-08-14 13:53:26 (GMT) |
commit | 8063dd293e6f9c25dcfa964989138d4f5bb135ac (patch) | |
tree | ed2cceb2c50738e2332ace43306b33948380f4f8 /Source/cmSystemTools.h | |
parent | 485c3faea7cdae0086b1ea3d9eda4b49e595a584 (diff) | |
download | CMake-8063dd293e6f9c25dcfa964989138d4f5bb135ac.zip CMake-8063dd293e6f9c25dcfa964989138d4f5bb135ac.tar.gz CMake-8063dd293e6f9c25dcfa964989138d4f5bb135ac.tar.bz2 |
ENH: Inform user when RPATH or RUNPATH is removed
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 493ff71..1ff12bf 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -396,7 +396,8 @@ public: bool* changed = 0); /** Try to remove the RPATH from an ELF binary. */ - static bool RemoveRPath(std::string const& file, std::string* emsg = 0); + static bool RemoveRPath(std::string const& file, std::string* emsg = 0, + bool* removed = 0); /** Check whether the RPATH in an ELF binary contains the path given. */ |