CrystalRainwater@lemmy.blahaj.zonetoProgramming@beehaw.org•Amazon cloud boss echoes NVIDIA CEO on coding being dead in the water: "If you go forward 24 months from now, it's possible that most developers are not coding"
14·
2 months agoRead: Two guys with no AI expertise agree that its boosting of their share price should continue (real shocker).
These news articles really love jerking these CEOs off
Imo just use something else. If your build system is really simple just write the Makefiles yourself. If the build system tho needs to be really complex I would use something like meson or scons (Having worked on some gigantic fully GNU make build systems it can get pretty out of hand).
This is all a personal preference thing but cmake in my experience is really non intuitive and a pain to debug. I know it works for a lot of people but I definitely prefer particularly like scons since its python I have a bit easier time understanding what’s happening.
If you really need to use cmake, use a debugger like another user commented. There’s also a GNU make debugger in case you need to debug makefiles