conan-package-tools
conan-package-tools copied to clipboard
[question] How to specify build profile for dev tools?
Environment Details
- Conan Package Tools Version: 0.35.0
- Conan version: conan 1.32.1
How to achieve the same effect as conan create . --profile:build=pr_build
with cpt? I would like to build x86 packages in x86_64 Visual Studio image and use x86_64 conan dev packages for that (like cmake/3.19.1
). Before conan 1.24 it could be easily done with arch_build
setting, but newer dev tools packages do not depend on it.
It's not possible so far. It requires a new feature implementation.
It's related to #550. We should implement it for a next release.