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
Feature: Update gcc versions supported in settings. (#12972). Docs: π
Feature: Conan packages using the CMakeDeps generator will now stop printing status messages if the QUIET argument is passed to the respective find_package() CMake call. (#12967)
Feature: Guess Apple SDK path in MesonToolchain in case of cross-build on macOS if tools.apple:sdk_path is not set by user. (#12923)
Fix: CMakeToolchain generates preset files with more than 1 configure preset. (#13004)
Fix: Allow not propagating components to consumers. (#12966)
Fix: fix_apple_shared_install_name() now fixes all dylib in libdirs and executables in bindirs regardless of shared option. (#12960)
Fix: NMakeDeps support cpp_info.defines and cpp_info.system_libs of dependencies. (#12944)
Fix: Refactoring of NMakeToolchain to expose similar attributes than other toolchains, and honor build config like cflags, cxxflags, sharedlinkflags, exelinkflags, defines & compiler_executables. (#12665). Docs: π
Bugfix: Define CMAKE_PROGRAM_PATH in toolchain file generated by CMakeToolchain, when only one profile is used. (#12974)
Bugfix: Version comparison (greater than) with integer was raising an error. (#12935)
Bugfix: Fix cmake_layout for single-config configurations when defining build_folder_vars. (#12925)
Bugfix: fix failure of removing options for build_requires in cross-build. (#12905)