Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I have been slowly learning it. Its not super bad. Just confusing when new versions change a lot of things. So tutorials no longer apply.
-
I hate cmake. Lots of people love it and I'm sure it's got some really good advantages, but damn could you not come up with a bit more coherent language?
-
I fucking hate CMake, but it's become tolerable with ChatGPT, just ask it to do stuff and then ask it to explain what's happening. However, I need to go try Meson and Ninja and all that shit.
-
12bitfloat978513h@BobbyTables The worst thing about cmake is that it *should* just work out of the box but then *never* does
Seriously, I think I have only ever downloaded one or two cmake projects I could just build without having to fix something
Related Rants
-
adrien17We should create a `make` command that auto-fixes building problems by recursively trying solutions found ...
-
Avyy10This is why one shouldn't code in more than one language a day. Basically spent almost 15 minutes to find out ...
-
DrPenguin9!rant Some days ago I finished "Ray tracing in a weekend" (Peter Shirley) and I'm learning a lot :D In the n...
I need to finally learn CMAKE at some point
I've been using make for many years now and it's good enough for me so I never bother with trying CMAKE but I can't be lazy forever
random
make
c/c++
cmake