summaryrefslogtreecommitdiff
path: root/Source/cmExportSet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmExportSet.cxx')
-rw-r--r--Source/cmExportSet.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmExportSet.cxx b/Source/cmExportSet.cxx
index 83c4fdc128..c468e3ec80 100644
--- a/Source/cmExportSet.cxx
+++ b/Source/cmExportSet.cxx
@@ -24,10 +24,9 @@ cmExportSet::~cmExportSet()
void cmExportSet::Compute(cmLocalGenerator* lg)
{
for (std::vector<cmTargetExport*>::iterator it = this->TargetExports.begin();
- it != this->TargetExports.end(); ++it)
- {
+ it != this->TargetExports.end(); ++it) {
(*it)->Target = lg->FindGeneratorTargetToUse((*it)->TargetName);
- }
+ }
}
void cmExportSet::AddTargetExport(cmTargetExport* te)