-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
update conan to v2 #2700
Comments
I don't use Conan, so the port is community effort -> if someone goes and fixes it up I will merge it. |
Was looking into fixing this. So two notes I know from playing around with this some:
If I proceed, is there anyone with a little more knowledge on Conan 2? Want to bounce some questions off them. Also not sure the test path here beside ensuring that the test_package works. Is that enough along with the removal of the warnings? |
I know it's possible to write Conan recipes compatible with v1 and v2. I don't know the details of how you achieve that though. |
I pushed a PR yesterday. It does in fact maintain backwards compatibility. Wasn't too bad but the documentation for conan is not great... |
Describe the bug
conan warns on deprecated API's usage
Expected behavior
No deprecation warnings.
Reproduction steps
try to build a conan project with
catch2/3.1.0
as a requirement.Platform information:
The text was updated successfully, but these errors were encountered: