From 6c00e87ac84404af588ad2e65935bd6f079c696f Mon Sep 17 00:00:00 2001 From: a1batross Date: Sun, 21 Jun 2026 10:49:09 +0500 Subject: [PATCH] cmake: drop ggml-blas.h from GGML_PUBLIC_HEADERS (#2007) --- ggml/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 40e6c79c..64a5d5fc 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -218,7 +218,6 @@ set(GGML_PUBLIC_HEADERS include/ggml.h include/ggml-alloc.h include/ggml-backend.h - include/ggml-blas.h include/ggml-cann.h include/ggml-cuda.h include/ggml.h