]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
hexagon : fix build release (#19444) (#19587)
authorMengsheng Wu <redacted>
Sat, 21 Feb 2026 00:40:00 +0000 (16:40 -0800)
committerGitHub <redacted>
Sat, 21 Feb 2026 00:40:00 +0000 (16:40 -0800)
CMakeLists.txt

index 32542ecd27a9889c8596f56fcb5c82c78d5f7244..69da97dc1e449f633ec8f03479b1e356ba157f85 100644 (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)