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: upstream/1.8.3+155~74 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=aca5953d8d5b850f77220fc07563bfcc86a297d3;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp 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/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 590242e3..aa0ecde0 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/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