mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -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")) {
|
||||
os << "\n" << indent << " INSTALL_REMOVE_ENVIRONMENT_RPATH)\n";
|
||||
} else {
|
||||
os << indent << ")\n";
|
||||
os << ")\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user