From 50b17a6112704ad3897b1ccc87a0061cf7949ee7 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 26 Jul 2015 10:24:15 +0200 Subject: [PATCH] cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path. --- Source/cmIncludeCommand.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index b94ad2555..8890e2b0a 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -125,6 +125,7 @@ bool cmIncludeCommand return false; } } + gg->CreateGenerationObjects(); gg->GenerateImportFile(fname_abs); }