this post was submitted on 01 Oct 2023
17 points (100.0% liked)
C++
1773 readers
5 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
IMO CMake is perfect for large, minimally configurable projects. It handles dependencies for incremental builds well (though maybe that's more the build system (make, ninja, etc.) than CMake itself), and I personally enjoy using it.
However, once people start getting clever with it, it quickly becomes incomprehensibly complicated.