Bump cmake max version (needed for Windows on Snapdragon builds) (#19188)

* Bump max cmake version (needed for Windows on Snapdragon builds)

* cmake: move max version setting into ggml/CMakeLists
This commit is contained in:
Max Krasnyansky 2026-02-01 14:13:38 -08:00 committed by GitHub
parent 8a98ba4582
commit 3bc8d2cf23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 7 deletions

View file

@ -1,10 +1,5 @@
{
"version": 5,
"cmakeMinimumRequired": {
"major": 3,
"minor": 28,
"patch": 0
},
"configurePresets": [
{
"name": "arm64-android-snapdragon",