summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-26 08:24:15 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 19:58:50 (GMT)
commit50b17a6112704ad3897b1ccc87a0061cf7949ee7 (patch)
tree04bd110318146e6c33933508a135d6d7e8b7b00c /Source/cmIncludeCommand.cxx
parentba2668588213688243174a9cc8d7f034661b2a73 (diff)
downloadCMake-50b17a6112704ad3897b1ccc87a0061cf7949ee7.zip
CMake-50b17a6112704ad3897b1ccc87a0061cf7949ee7.tar.gz
CMake-50b17a6112704ad3897b1ccc87a0061cf7949ee7.tar.bz2
cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path.
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r--Source/cmIncludeCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx
index b94ad25..8890e2b 100644
--- a/Source/cmIncludeCommand.cxx
+++ b/Source/cmIncludeCommand.cxx
@@ -125,6 +125,7 @@ bool cmIncludeCommand
return false;
}
}
+ gg->CreateGenerationObjects();
gg->GenerateImportFile(fname_abs);
}