Skip to content

Commit 0035858

Browse files
authored
k-quants : add missing compile definition to CMakeLists (#1748)
1 parent 5c64a09 commit 0035858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ endif()
229229

230230
if (LLAMA_K_QUANTS)
231231
set(GGML_SOURCES_EXTRA ${GGML_SOURCES_EXTRA} k_quants.c k_quants.h)
232+
add_compile_definitions(GGML_USE_K_QUANTS)
232233
endif()
233234

234235
if (LLAMA_CLBLAST)

0 commit comments

Comments
 (0)