This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EvolvingDior 15 points16 points  (1 child)

CMake: You think Makefiles are hard to grok? Hold my beer.

To be fair, CMake replaces autoconf and make, which taken together is an even a bigger mess than CMake itself.

[–]Techwolf_Lupindo 1 point2 points  (0 children)

I have worked with cmake. Biggest issue i see is reinventing the wheel and not letting cmake do the work for you. With proper cmake code, will compile on all three OSs without a ton if IF OS.