userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.37k stars 275 forks source link

Migrate Conan to 2.0+ #540

Open apolukhin opened 4 months ago

apolukhin commented 4 months ago

At the moment we support Conan1.x, which is deprecated. Recipe should be updated and migrated to modern Conan

Jihadist commented 3 months ago

Here is https://github.com/conan-io/conan-center-index/pull/20712 v2 migrated recipe. But recipe missed cmake install. I don't want to add cmake install part there now. We should wait for merging current recipe in cci. But we can add it here.