- Fix: The tool
is_apple_os
can be imported fromconan.tools.apple
and receives an instance ofConanfile
. (#11896). Docs: 📃 - Fix: Prevent
None
folders to be processed in thecpp_info
. (#11893) - Fix: CMakeDeps now generates CMake variables as
XXX_INCLUDE_DIR
in theXXXX-data.cmake
for the global cpp_info even if components are declared in the recipe. It is obtained by merging the componentscpp_info
into a global one. (#11874) - Bugfix: Fixed the
cmake_paths
generator to set the root of the packages to theCMAKE_MODULE_PATH
andCMAKE_PREFIX_PATH
(#11883) - Bugfix: The CMakeDeps generator was not managing correctly the IMPORTED LOCATION of the libraries for different
build_type
. (#11859)