diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-26 08:24:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-27 19:58:50 (GMT) |
commit | 50b17a6112704ad3897b1ccc87a0061cf7949ee7 (patch) | |
tree | 04bd110318146e6c33933508a135d6d7e8b7b00c /Source/cmIncludeCommand.cxx | |
parent | ba2668588213688243174a9cc8d7f034661b2a73 (diff) | |
download | CMake-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.cxx | 1 |
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); } |