cmake_conan_boilerplate_template icon indicating copy to clipboard operation
cmake_conan_boilerplate_template copied to clipboard

Minimized version of cpp_starter_project

Results 19 cmake_conan_boilerplate_template issues
Sort by recently updated
recently updated
newest added

There is a conan.exe available here: https://conan.io/downloads.html

This will improve build parallelism significantly, but at the cost that cmake must be aware of generated srcs. This is automatic for e.g. configure file, protobuf, etc. However if you...

Updated some dependecies: - Cmake: Support version 24 and 25 - project_options: update to version 0.26.3 - Catch2: upgrade to version 3 (3.3.0 specifically) - spdlog: update to version 1.11

Update the devcontainer to the latest ubuntu 22.04 LTS version with GCC version 12 and the LLVM version 15.

This just updates the versions of the GitHub Actions being used, which make some warnings go away. As some of the versions are being deprecated next year, this should hopefully...

Hello, I was wondering how someone that used this template to create his own project can benefit from the development of this template in the long run. For example, given...