From ba3b9c8844aca35ecb40d31886686326f22d2214 Mon Sep 17 00:00:00 2001 From: Mengsheng Wu Date: Fri, 20 Feb 2026 16:40:00 -0800 Subject: [PATCH] hexagon : fix build release (#19444) (#19587) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32542ecd27..69da97dc1e 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)