diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-17 11:29:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-18 14:29:29 (GMT) |
commit | 65911cae4dd5a81f23a59bf9187b95bda3168fe9 (patch) | |
tree | d0ad801d2209f187b4605fd0b5e79201d739747e /Source/cmIncludeCommand.cxx | |
parent | 37ab74a607a021567a0a1e2c7df43da33d32d5ec (diff) | |
download | CMake-65911cae4dd5a81f23a59bf9187b95bda3168fe9.zip CMake-65911cae4dd5a81f23a59bf9187b95bda3168fe9.tar.gz CMake-65911cae4dd5a81f23a59bf9187b95bda3168fe9.tar.bz2 |
cmGlobalGenerator: Compute export() related classes early.
Simplify CMP0024 handling.
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r-- | Source/cmIncludeCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index 97d4d56..8890e2b 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -126,7 +126,6 @@ bool cmIncludeCommand } } gg->CreateGenerationObjects(); - gg->ComputeBuildFileGenerators(); gg->GenerateImportFile(fname_abs); } |