Summary
Jason introduces his updated CMake template for C++ projects in 2023, consolidating his previous templates into a single, streamlined repository called cmake_template. The updated template emphasizes security with built-in hardening options, uses CPM for dependency management instead of Conan, and enables important features like sanitizers and Interprocedural Optimization (IPO) by default. It also includes CI/CD setup with GitHub Actions for multiple platforms and compilers, automatic packaging, and is now fully fetch-contentable for easier integration.