We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caa2d9 commit 0b6f9a9Copy full SHA for 0b6f9a9
ggml/src/ggml-sycl/CMakeLists.txt
@@ -105,7 +105,7 @@ if (GGML_SYCL_TARGET STREQUAL "INTEL")
105
else()
106
find_package(oneMath QUIET)
107
if (NOT oneMath_FOUND)
108
- message("-- oneMath not found: oneMath will be automatically downloaded")
+ message(STATUS "oneMath not found: oneMath will be automatically downloaded")
109
# Use FetchContent to automatically pull and build oneMath
110
include(FetchContent)
111
set(BUILD_FUNCTIONAL_TESTS False)
0 commit comments