You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
I agree; a CMake flag that people can set would be a great way to encourage our users to benchmark their code.
Please note that it is trivial to add Google Benchmark as a dependency yourself, since it is hosted on Conan. Just add this line, perhaps within a conditional, to cpp_starter_project/CMakeLists.txt:
An argument could be made that benchmarks should be required rather than optional, and that Google Benchmark actually belongs in cpp_starter_project/cmake/Conan.cmake right next to catch2, as an equally important part of every project. This is a matter of opinion though.
Would be nice to have Google benchmark as one of the optional dependencies
The text was updated successfully, but these errors were encountered: