This past week I’ve learned more CMake than I (n)ever wanted to know. So this sounds still appropriate
@aras I end up using it every 10 years and reluctantly have to admit it’s the best tool in its domain, and that I don’t like that
@MouseByTheSea @aras there are some nicer to use alternatives but I always end up needing something they can’t do but CMake can
@sinbad @aras @MouseByTheSea find_package is what always brings me back to CMake. There’s so much knowledge baked in those scrips. I couldn’t imagine writing cross platform code without it.
@jkaniarz @sinbad @MouseByTheSea curiously it's the find_package that was giving me the most trouble this past week (involves me building packages for platforms they were not designed to build on, so fair game I guess)