diff options
author | Campbell Barton <ideasman42@gmail.com> | 2010-10-28 15:13:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-11-03 14:10:03 (GMT) |
commit | dc36b3499403bad323d7300139fbf459c31f7a2c (patch) | |
tree | 8a549cc1d2b37d9e0d018cb7c61783477f159f69 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 5cf99388c3cf48e89c576b6f93af96fb4111be03 (diff) | |
download | CMake-dc36b3499403bad323d7300139fbf459c31f7a2c.zip CMake-dc36b3499403bad323d7300139fbf459c31f7a2c.tar.gz CMake-dc36b3499403bad323d7300139fbf459c31f7a2c.tar.bz2 |
Honor RULE_MESSAGES property for build target messages
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index f499536..01f5fac 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -170,6 +170,7 @@ protected: std::string EmptyRuleHackCommand; bool ForceVerboseMakefiles; + bool NoRuleMessages; // Store per-target progress counters. struct TargetProgress |