summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallExportGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmInstallExportGenerator.cxx')
-rw-r--r--Source/cmInstallExportGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallExportGenerator.cxx b/Source/cmInstallExportGenerator.cxx
index e0ff82c..ed04ebc 100644
--- a/Source/cmInstallExportGenerator.cxx
+++ b/Source/cmInstallExportGenerator.cxx
@@ -154,6 +154,7 @@ bool cmInstallExportGenerator::SetExportSet(const char* name,
if (targetName == this->Targets[i]->Target->GetName())
{
targetWithProps = this->Targets[i];
+ break;
}
}