We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How about migrating tests to Catch 3.x, the latest version?
v3 is the next major version of Catch2 and brings three significant changes: Catch2 is now split into multiple headers Catch2 is now compiled as a static library C++14 is the minimum required C++ version
v3 is the next major version of Catch2 and brings three significant changes:
https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md
Since it's no longer header-only we need some other way to consume it though. Eg. using Conan and/or as precondition?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How about migrating tests to Catch 3.x, the latest version?
https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md
Since it's no longer header-only we need some other way to consume it though. Eg. using Conan and/or as precondition?
The text was updated successfully, but these errors were encountered: