conan-io / conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
MIT License
165 stars 70 forks source link

CPT ignores core:default_profile setting #618

Open db4 opened 9 months ago

db4 commented 9 months ago

Environment Details

I have core:default_profile=my_profile in my ~/.conan/global.conf, but CPT ignores this setting and forces using profile default if it's not set explicitly. For me, it looks like a bug.

memsharded commented 9 months ago

Hi @db4

Thanks for your feedback. I think the main issue is that this repo is no longer maintained, it became legacy, and superseded by the https://github.com/conan-io/conan-extensions repo for Conan 2.0. New Conan features like global.conf might not be understood by CPT, this is kind of expected, but I'll let @uilianries to check.