conan v1.30.1 Release Notes

Release Date: 2020-10-09 // over 3 years ago
    • 🛠 Fix: Use quotes around the install path, it can contain spaces. (#7842)
    • 🛠 Fix: prefix intel functions with intel_ because they are now exposed via tools. Fixes #7820. (#7821). Docs: 📃
    • 🛠 Bugfix: Fix regression introduced in 1.30 (#7673), with incorrect matches of user/channel for version ranges. (#7847)
    • 🛠 Bugfix: Fix CMakeToolchain with multiple variables definitions. (#7833)
    • Bugfix: Check comparing the host and the build architecture to decide if cross building and set CMAKE_SYSTEM_NAME in the CMake build helper. (#7827)