diff options
author | Brad King <brad.king@kitware.com> | 2013-01-23 20:11:36 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-01-23 20:11:36 (GMT) |
commit | 7db963a01789f50f6c3bf111a63dcab09b9a88cd (patch) | |
tree | 26e073866ed8273d1bd649386715d4d1ca9c8b48 /Source/cmGlobalGenerator.cxx | |
parent | 33695c616a4fd2a416de2657741ece98a6386a23 (diff) | |
parent | 6063fef226d35aad0629d7098f72afa650e7a149 (diff) | |
download | CMake-7db963a01789f50f6c3bf111a63dcab09b9a88cd.zip CMake-7db963a01789f50f6c3bf111a63dcab09b9a88cd.tar.gz CMake-7db963a01789f50f6c3bf111a63dcab09b9a88cd.tar.bz2 |
Merge topic 'clean-include-dirs-debugging'
6063fef Output include directories as LOG messages, not warnings.
aa66748 Specify the target whose includes are being listed.
d70204a Only output includes once after the start of 'generate-time' when debugging.
0d46e9a Store includes from the same include_directories call together.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 8cd648b..f7eff21 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -980,6 +980,7 @@ void cmGlobalGenerator::Generate() // Generate project files for (i = 0; i < this->LocalGenerators.size(); ++i) { + this->LocalGenerators[i]->GetMakefile()->SetGeneratingBuildSystem(); this->SetCurrentLocalGenerator(this->LocalGenerators[i]); this->LocalGenerators[i]->Generate(); this->LocalGenerators[i]->GenerateInstallRules(); |