summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-08-14 09:53:26 -0400
committerBrad King <brad.king@kitware.com>2008-08-14 09:53:26 -0400
commit8063dd293e6f9c25dcfa964989138d4f5bb135ac (patch)
treeed2cceb2c50738e2332ace43306b33948380f4f8 /Source/cmSystemTools.h
parent485c3faea7cdae0086b1ea3d9eda4b49e595a584 (diff)
downloadcmake-8063dd293e6f9c25dcfa964989138d4f5bb135ac.tar.gz
ENH: Inform user when RPATH or RUNPATH is removed
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 493ff714d4..1ff12bf48a 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. */