From c0430176e8e45349aa4ca042ce540be2f0c9d90e Mon Sep 17 00:00:00 2001 From: Joe Todd Date: Tue, 23 Jul 2024 13:14:05 +0100 Subject: [PATCH] Fix trailing whitespace Signed-off-by: Joe Todd --- ggml/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/CMakeLists.txt b/ggml/src/CMakeLists.txt index 884a58b3d..12c440327 100644 --- a/ggml/src/CMakeLists.txt +++ b/ggml/src/CMakeLists.txt @@ -472,7 +472,7 @@ if (GGML_SYCL) message(STATUS "Using oneAPI Release SYCL compiler (icpx).") elseif(SUPPORTS_SYCL) message(WARNING "Using open-source SYCL compiler (clang++). Didn't detect ENV {ONEAPI_ROOT}. - If you expected the oneAPI Release compiler, please install oneAPI & source it, like: + If you expected the oneAPI Release compiler, please install oneAPI & source it, like: source /opt/intel/oneapi/setvars.sh") else() message(FATAL_ERROR, "C++ compiler lacks SYCL support.")