- Fix: Use quotes around the install path, it can contain spaces. (https://github.com/conan-io/conan/pull/7842)
- Fix: prefix intel functions with intel_ because they are now exposed via tools. Fixes https://github.com/conan-io/conan/issues/7820. (https://github.com/conan-io/conan/pull/7821). Docs: 📃
- Bugfix: Fix regression introduced in 1.30 (https://github.com/conan-io/conan/pull/7673), with incorrect matches of user/channel for version ranges. (https://github.com/conan-io/conan/pull/7847)
- Bugfix: Fix
CMakeToolchain
with multiple variables definitions. (https://github.com/conan-io/conan/pull/7833)
- Bugfix: Check comparing the host and the build architecture to decide if cross building and set
CMAKE_SYSTEM_NAME
in theCMake
build helper. (https://github.com/conan-io/conan/pull/7827)