|
|
|
|
|
by otabdeveloper4
2254 days ago
|
|
> ...if you’re teaching C++ you should be teaching CMake. I've been programming very advanced C++ for close to 20 years now. Never had any reason to use CMake. Plain old make for when you just want to build something without expending effort and brain cells, or (nowadays) nix if you're putting together an industrial-strength build environment. CMake is the worst of all worlds, and provides no benefit unless you really want to build Windows exe's with Microsoft's proprietary tooling. (And let's face it, Windows is a legacy dying platform here in 2020.) |
|