Skip to content

Commit 11b84eb

Browse files
authored
[SYCL] Add a space to supress a cmake warning (#9133)
1 parent 1731d42 commit 11b84eb

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)