mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
RPATH: Remove stray indent in generated file(RPATH_CHANGE) command
This commit is contained in:
@@ -775,7 +775,7 @@ void cmInstallTargetGenerator::AddChrpathPatchRule(
|
|||||||
if (this->Target->GetPropertyAsBool("INSTALL_REMOVE_ENVIRONMENT_RPATH")) {
|
if (this->Target->GetPropertyAsBool("INSTALL_REMOVE_ENVIRONMENT_RPATH")) {
|
||||||
os << "\n" << indent << " INSTALL_REMOVE_ENVIRONMENT_RPATH)\n";
|
os << "\n" << indent << " INSTALL_REMOVE_ENVIRONMENT_RPATH)\n";
|
||||||
} else {
|
} else {
|
||||||
os << indent << ")\n";
|
os << ")\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user