Change8

b8843

Breaking Changes
📦 llama-cppView on GitHub →
1 breaking🐛 1 fixes🔧 1 symbols

Summary

This release reverts the addition of CMake policy CMP0194 to resolve an issue where it caused MSVC builds on Windows to fail by preferring the MinGW toolchain. Various pre-built binaries for different platforms are also provided.

⚠️ Breaking Changes

  • Removal of CMake policy CMP0194 restores MSVC builds on Windows that were previously broken due to CMake preferring the MinGW toolchain for ASM.

🐛 Bug Fixes

  • Fixed MSVC builds on Windows by removing the CMake CMP0194 policy addition introduced in a previous change.

Affected Symbols