Skip to content

Commit 62f8b46

Browse files
qnixsynapsearthw
authored andcommitted
[SYCL] Add a space to supress a cmake warning (ggml-org#9133)
1 parent b1fec1f commit 62f8b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ if (GGML_SYCL)
550550
list(APPEND GGML_SOURCES_SYCL "ggml-sycl.cpp")
551551

552552
find_package(DNNL)
553-
message("-- DNNL found:"${DNNL_FOUND})
553+
message("-- DNNL found:" ${DNNL_FOUND})
554554
if (GGML_SYCL_TARGET STREQUAL "INTEL")
555555
add_compile_definitions(GGML_SYCL_DNNL=${DNNL_FOUND})
556556
else()

0 commit comments

Comments
 (0)