Conan 2 Migration May 2026

# Conan 1 profile [settings] os=Macos os.version=10.15 compiler=apple-clang compiler.version=12.0 [settings] os=macOS os.version=11.0 compiler=apple-clang compiler.version=13.0 compiler.libcxx=libc++

Run conan profile detect to generate a modern profile. | Conan 1 | Conan 2 | Status | |---------|---------|--------| | cmake_paths | CMakeToolchain + CMakeDeps | Replaced | | cmake_find_package | CMakeDeps | Replaced | | pkg_config | PkgConfigDeps | Replaced | | txt | CMakeToolchain (no longer default) | Removed | conan 2 migration

In your CMake: