diff options
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 dfb3641..671d768 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -313,7 +313,8 @@ protected: void AppendCustomCommands(std::vector<std::string>& commands, const std::vector<cmCustomCommand>& ccs); void AppendCustomCommand(std::vector<std::string>& commands, - const cmCustomCommand& cc); + const cmCustomCommand& cc, + bool echo_comment=false); void AppendCleanCommand(std::vector<std::string>& commands, const std::vector<std::string>& files, cmTarget& target, const char* filename =0); |