hexagon : fix build release (#19444) (#19587)

This commit is contained in:
Mengsheng Wu 2026-02-20 16:40:00 -08:00 committed by GitHub
parent 94b0200a01
commit ba3b9c8844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)