lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

The output of CMake is quite verbose now #62

Closed lawrancej closed 12 years ago

lawrancej commented 12 years ago

It'd be nice to print out only the stuff that's important (errors and warnings) and nothing else. This will no doubt involve editing CMakeLists.txt.

For now, here's a workaround:

cmake --build . | grep -iE "error|warning"
lawrancej commented 12 years ago

This would be nice as a script.

tannerd01 commented 12 years ago

working on a script

RoboCafaz commented 12 years ago

Just pushed one, sorry. Should've said I was working on it. f090c0f25ece22c1ca1503384eeb993b85ffab2e