- Feature: Add
user_info_build
attribute totxt
generator. (https://github.com/conan-io/conan/pull/7488)
- Fix: Attribute
user_info_build
is available for commands in the local development workflow. (https://github.com/conan-io/conan/pull/7488)
- Fix: Do not override value of
public_deps
inpkg_config
generator. (https://github.com/conan-io/conan/pull/7482)
- Bugfix: correctly set
CMAKE_OSX_SYSROOT
andCMAKE_OSX_ARCHITECTURES
. (https://github.com/conan-io/conan/pull/7512)
- Bugfix: When using
build_requires
defined in a profile that is passed asprofile_host
, it was not being applied tobuild_requires
that live in the host context (withforce_host_context=True
). (https://github.com/conan-io/conan/pull/7500)
- Bugfix: Fix broken
cmake_find_package_multi
when using components, as different configurations were being resolved to the same name, overwriting each other. (https://github.com/conan-io/conan/pull/7492)
- Bugfix: Powershell files generated by
virtualenv
generators use proper path separators. (https://github.com/conan-io/conan/pull/7472)