Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • As it stands, the user already indicated that he uses CMake to be platform/compiler independent and you are not giving any compelling reason to switch... Can you clarify why you won't recommend CMake and why GNU make is in your view better? Commented Apr 5, 2017 at 8:25
  • Because CMake is just another layer above GNU make (and mostly because I Basile don't know cmake and don't understand it) Commented Apr 5, 2017 at 11:19
  • CMake is more than "just a layer above make". It can generate Visual Studio projects, can handle "dependencies", find other packages, create packages/installers, etc. I agree with with you that documenting the build process is essential, but the part about CMake makes it appear a bit biased. Commented Apr 5, 2017 at 12:05