summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 18:25:02 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-07 15:06:15 (GMT)
commit1f54bc1cf35707a5f1410ff4c6632d7cba351c40 (patch)
tree8940b8c8bb62a4d1849c441515764be4d4fbb6a8 /Source/cmGlobalGenerator.cxx
parent7568199b4de18ed56ad8ef735c145c4a44327355 (diff)
downloadCMake-1f54bc1cf35707a5f1410ff4c6632d7cba351c40.zip
CMake-1f54bc1cf35707a5f1410ff4c6632d7cba351c40.tar.gz
CMake-1f54bc1cf35707a5f1410ff4c6632d7cba351c40.tar.bz2
cmTarget: Split storage of include directories from genexes.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 3c818ff..50e2cd9 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -1549,6 +1549,7 @@ void cmGlobalGenerator::CreateGeneratorTargets(TargetTypes targetTypes,
ti != targets.end(); ++ti)
{
cmTarget* t = &ti->second;
+ t->Compute();
cmGeneratorTarget* gt = new cmGeneratorTarget(t, lg);
this->GeneratorTargets[t] = gt;
generatorTargets[t] = gt;