Fix CMakeLists.txt

This commit is contained in:
0cc4m 2023-05-15 19:51:23 +02:00
parent 5a74dc1536
commit 1747c598fa

View file

@ -207,7 +207,7 @@ if (LLAMA_CLBLAST)
if (CLBlast_FOUND)
message(STATUS "CLBlast found")
set(GGML_OPENCL_SOURCES ggml-opencl.c ggml-opencl.h)
set(GGML_OPENCL_SOURCES ggml-opencl.cpp ggml-opencl.h)
add_compile_definitions(GGML_USE_CLBLAST)