Fix CMakeLists.txt

This commit is contained in:
0cc4m 2023-05-15 19:51:23 +02:00
parent cb588e2aa4
commit 1968380373

View file

@ -200,7 +200,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)