What tutorials do you guys recommend for beginners?
I want something snappy and clear to give to people that demonstrates modern CMake practices.
The official CMake tutorial isn’t really great for beginners. Since it goes into packaging/installing/testing way too soon. And it really clutters things for beginners. Especially new C++ college students.
Most people just wanna build their C++ code asap. Worry about the rest later.