From d568867c80c3b60b78f3a26841a85ecd8d9ba4db Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 7 Feb 2025 20:08:55 +0100 Subject: [PATCH] Fix: SYCL library not found after recent library update Pull Request: https://projects.blender.org/blender/blender/pulls/134244 --- build_files/cmake/Modules/FindSYCL.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_files/cmake/Modules/FindSYCL.cmake b/build_files/cmake/Modules/FindSYCL.cmake index c361cb511d5..b2bfe16fd69 100644 --- a/build_files/cmake/Modules/FindSYCL.cmake +++ b/build_files/cmake/Modules/FindSYCL.cmake @@ -64,6 +64,9 @@ endif() find_library(SYCL_LIBRARY NAMES + sycl10 + sycl9 + sycl8 sycl7 sycl6 sycl @@ -76,6 +79,9 @@ find_library(SYCL_LIBRARY if(WIN32) find_library(SYCL_LIBRARY_DEBUG NAMES + sycl10d + sycl9d + sycl8d sycl7d sycl6d sycld