diff options
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index c8f07ea..ade6421 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -695,7 +695,7 @@ void cmGlobalGenerator::Generate() cmTargets::iterator tit; for ( tit = globalTargets.begin(); tit != globalTargets.end(); ++ tit ) { - targets[tit->first] = tit->second; + (*targets)[tit->first] = tit->second; } m_LocalGenerators[i]->Generate(); m_LocalGenerators[i]->GenerateInstallRules(); |