From c85fd9a70572961597978efa7204976c755721bf Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 14 Aug 2023 17:01:30 -0400 Subject: file: Clarify CMake only drops RPATHS's it added --- Source/cmFileCommand.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 70f82ad..49a0e89 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -1014,7 +1014,8 @@ bool HandleRPathChangeCommand(std::vector const& args, if (success) { if (changed) { std::string message = - cmStrCat("Set runtime path of \"", file, "\" to \"", *newRPath, '"'); + cmStrCat("Set non-toolchain portion of runtime path of \"", file, + "\" to \"", *newRPath, '"'); status.GetMakefile().DisplayStatus(message, -1); } ft.Store(file); @@ -1068,7 +1069,8 @@ bool HandleRPathSetCommand(std::vector const& args, if (success) { if (changed) { std::string message = - cmStrCat("Set runtime path of \"", file, "\" to \"", *newRPath, '"'); + cmStrCat("Set non-toolchain portion of runtime path of \"", file, + "\" to \"", *newRPath, '"'); status.GetMakefile().DisplayStatus(message, -1); } ft.Store(file); -- cgit v0.12