mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
RPATH: Remove stray indent in generated file(RPATH_CHANGE) command
This commit is contained in:
parent
c1d5d5eb11
commit
ac8de0dbcf
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user