- Feature: The
self.info.settings
andself.info.options
now allow theget_safe("foo")
as it is available inself.settings
andself.options
. (#11803) - Fix: Add
conan.errors
to hidden pyinstaller imports. (#11817) - Fix: Fix choco install invokation. (#11810)
- Fix: Add
conan.tools.system.package_manager
to hidden pyinstaller imports. (#11806) - Fix: Add
conan.tools.system
as hidden-import topyinstaller.py
, so it is bundled with the installer. (#11805) - Bugfix: Update cmake_layout build and generators folders to honor os path format. (#11809)
- Bugfix:
create -kb
wasn't setting upconanfile.generators_folder
correctly. (#11804) - Bugfix: Legacy
cpp_info
for consumers was losing information in case of depending on a package with a layout. (#11790) - Bugfix: Refactored CMakeDep using always targets instead of lists. (#11788)
- Bugfix: Fix toolchainFile key not found with CMake presets. (#11759)
- Bugfix: The CMakeDeps generator failed for consumers with CMake projects doing an
add_subdirectory
with two differentfind_package
calls to the same package, one in the mainCMakeLists.txt
and the other in the subdirectory. (#11756) - Bugfix: The CMakeDeps generator stopped to fill the
XXX_LIBRARIES
CMake variable, especially when using components. (#11756)