RPATH: Remove stray indent in generated file(RPATH_CHANGE) command

This commit is contained in:
Craig Scott 2019-11-04 16:26:42 +11:00
parent c1d5d5eb11
commit ac8de0dbcf

View File

@ -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";
}
}
}