mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
Merge branch 'makefile-missing-comment' into release
This commit is contained in:
@@ -1132,7 +1132,7 @@ cmLocalUnixMakefileGenerator3
|
||||
if(echo_comment)
|
||||
{
|
||||
const char* comment = ccg.GetComment();
|
||||
if(comment && !*comment)
|
||||
if(comment && *comment)
|
||||
{
|
||||
this->AppendEcho(commands, comment,
|
||||
cmLocalUnixMakefileGenerator3::EchoGenerate);
|
||||
|
||||
Reference in New Issue
Block a user