Skip to content

Commit d30161c

Browse files
committed
fix GGML_CPU_REF option name in CMakeLists.txt
1 parent 922d839 commit d30161c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ggml/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ set (GGML_OPENCL_TARGET_VERSION "300" CACHE STRING
254254
set (GGML_VULKAN_SHADERS_GEN_TOOLCHAIN "" CACHE FILEPATH "ggml: toolchain file for vulkan-shaders-gen")
255255

256256
# extra artifacts
257-
option(GGML_BUILD_TESTS "ggml: build tests" ${GGML_STANDALONE})
258-
option(GGML_CPU_REF "ggml: build reference CPU backend for testing" OFF)
259-
option(GGML_BUILD_EXAMPLES "ggml: build examples" ${GGML_STANDALONE})
257+
option(GGML_BUILD_TESTS "ggml: build tests" ${GGML_STANDALONE})
258+
option(GGML_CPU_REF_BACKEND "ggml: build reference CPU backend for testing" OFF)
259+
option(GGML_BUILD_EXAMPLES "ggml: build examples" ${GGML_STANDALONE})
260260

261261
#
262262
# dependencies

0 commit comments

Comments
 (0)