Skip to content

Commit 0b6f9a9

Browse files
committed
Improve CMake message
1 parent 1caa2d9 commit 0b6f9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if (GGML_SYCL_TARGET STREQUAL "INTEL")
105105
else()
106106
find_package(oneMath QUIET)
107107
if (NOT oneMath_FOUND)
108-
message("-- oneMath not found: oneMath will be automatically downloaded")
108+
message(STATUS "oneMath not found: oneMath will be automatically downloaded")
109109
# Use FetchContent to automatically pull and build oneMath
110110
include(FetchContent)
111111
set(BUILD_FUNCTIONAL_TESTS False)

0 commit comments

Comments
 (0)