summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-28 11:13:00 -0400
committerBrad King <brad.king@kitware.com>2010-11-03 10:10:03 -0400
commitdc36b3499403bad323d7300139fbf459c31f7a2c (patch)
tree8a549cc1d2b37d9e0d018cb7c61783477f159f69 /Source/cmGlobalUnixMakefileGenerator3.h
parent5cf99388c3cf48e89c576b6f93af96fb4111be03 (diff)
downloadcmake-dc36b3499403bad323d7300139fbf459c31f7a2c.tar.gz
Honor RULE_MESSAGES property for build target messages
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index f4995368a9..01f5facb0d 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