From: Max Krasnyansky Date: Sun, 1 Feb 2026 22:13:38 +0000 (-0800) Subject: Bump cmake max version (needed for Windows on Snapdragon builds) (llama/19188) X-Git-Tag: v0.9.7~73 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7b7bb1b2be03071c74d80ce138419708a37b7dd7;p=pkg%2Fggml%2Fsources%2Fggml Bump cmake max version (needed for Windows on Snapdragon builds) (llama/19188) * Bump max cmake version (needed for Windows on Snapdragon builds) * cmake: move max version setting into ggml/CMakeLists --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 590242e3..aa0ecde0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.14) # for add_link_options and implicit target directories. +cmake_minimum_required(VERSION 3.14...3.28) # for add_link_options and implicit target directories. project("ggml" C CXX ASM) ### GGML Version