Conan 2 Migration |top| Instant
: Most Conan 1 recipes need updates. Use conan create --version=1.0 --name=oldpkg .
Focus on the package() and package_info() methods. In Conan 2, package_info() is crucial. You must define self.cpp_info.libs and self.cpp_info.includedirs accurately so consumers can link against your new package. conan 2 migration
[settings] os=macOS os.version=11.0 compiler=apple-clang compiler.version=13.0 compiler.libcxx=libc++ : Most Conan 1 recipes need updates
