You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Add conan.tools.system.package_manager to hidden pyinstaller imports. (#11806)
Fix: Add conan.tools.system as hidden-import to pyinstaller.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 up conanfile.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 different find_package calls to the same package, one in the main CMakeLists.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)