diff options
author | Brad King <brad.king@kitware.com> | 2007-12-19 22:15:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-12-19 22:15:41 (GMT) |
commit | 73704ede42cdaa6e4a985329506d116db3425b3f (patch) | |
tree | 54ecbe01239632bda57e1cbf1377d9bfa9d48c55 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | f0824c7a19b34a387ba159b0c80c2688ff6dae20 (diff) | |
download | CMake-73704ede42cdaa6e4a985329506d116db3425b3f.zip CMake-73704ede42cdaa6e4a985329506d116db3425b3f.tar.gz CMake-73704ede42cdaa6e4a985329506d116db3425b3f.tar.bz2 |
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 970cd93..264749b 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -200,7 +200,8 @@ public: /** Called from command-line hook to bring dependencies up to date for a target. */ - virtual bool UpdateDependencies(const char* tgtInfo, bool verbose); + virtual bool UpdateDependencies(const char* tgtInfo, + bool verbose, bool color); /** Called from command-line hook to scan dependencies. */ bool ScanDependencies(const char* tgtInfo); |