mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
BUG: Fix color check for dependency scanning
Generation of color rules for dependency scanning messages did not account for disabling color at generation time. See issue #7814.
This commit is contained in:
@@ -193,6 +193,9 @@ public:
|
||||
void AppendEcho(std::vector<std::string>& commands, const char* text,
|
||||
EchoColor color = EchoNormal);
|
||||
|
||||
/** Get whether the makefile is to have color. */
|
||||
bool GetColorMakefile() const { return this->ColorMakefile; }
|
||||
|
||||
virtual std::string GetTargetDirectory(cmTarget const& target) const;
|
||||
|
||||
// create a command that cds to the start dir then runs the commands
|
||||
|
||||
Reference in New Issue
Block a user