From: Mengsheng Wu Date: Sat, 21 Feb 2026 00:40:00 +0000 (-0800) Subject: hexagon : fix build release (#19444) (#19587) X-Git-Tag: gguf-v0.18.0~55 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ba3b9c8844aca35ecb40d31886686326f22d2214;p=pkg%2Fggml%2Fsources%2Fllama.cpp hexagon : fix build release (#19444) (#19587) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 32542ecd2..69da97dc1 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("llama.cpp" C CXX) include(CheckIncludeFileCXX)