From d9530cd050d56cb7a4235b38a19c796635be0721 Mon Sep 17 00:00:00 2001 From: Mengsheng Wu Date: Fri, 13 Feb 2026 17:57:31 +0800 Subject: [PATCH] hexagon : fix build release (#19444) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55f3d594db..83eefa7cff 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)