Skip to content

Commit

Permalink
fix: [cmake] can not show cmake error at issue list
Browse files Browse the repository at this point in the history
Log: as title
  • Loading branch information
LiHua000 committed Aug 12, 2024
1 parent a8db5f0 commit ffa14cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ void CMakeBuilderGenerator::appendOutputParser(std::unique_ptr<AbstractOutputPar
if (outputParser) {
outputParser->takeOutputParserChain();
outputParser->appendOutputParser(new AnsiFilterParser());
outputParser->appendOutputParser(new CMakeParser());
outputParser->appendOutputParser(new GnuMakeParser());
outputParser->appendOutputParser(new GccParser());
outputParser->appendOutputParser(new CMakeParser());
}
}

Expand Down

0 comments on commit ffa14cc

Please sign in to comment.