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/cmTarget.h | |
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/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 65b5bdf..9909bae 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -616,6 +616,7 @@ private: bool DLLPlatform; bool IsApple; bool IsImportedTarget; + bool DebugIncludesDone; mutable std::map<cmStdString, std::set<std::string> > LinkDependentProperties; mutable std::set<std::string> LinkImplicitNullProperties; |