mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 11:18:40 +08:00
file: Clarify CMake only drops RPATHS's it added
This commit is contained in:
@@ -1014,7 +1014,8 @@ bool HandleRPathChangeCommand(std::vector<std::string> const& args,
|
|||||||
if (success) {
|
if (success) {
|
||||||
if (changed) {
|
if (changed) {
|
||||||
std::string message =
|
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);
|
status.GetMakefile().DisplayStatus(message, -1);
|
||||||
}
|
}
|
||||||
ft.Store(file);
|
ft.Store(file);
|
||||||
@@ -1068,7 +1069,8 @@ bool HandleRPathSetCommand(std::vector<std::string> const& args,
|
|||||||
if (success) {
|
if (success) {
|
||||||
if (changed) {
|
if (changed) {
|
||||||
std::string message =
|
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);
|
status.GetMakefile().DisplayStatus(message, -1);
|
||||||
}
|
}
|
||||||
ft.Store(file);
|
ft.Store(file);
|
||||||
|
Reference in New Issue
Block a user