Fix: SYCL library not found after recent library update

Pull Request: https://projects.blender.org/blender/blender/pulls/134244
This commit is contained in:
Brecht Van Lommel
2025-02-07 20:08:55 +01:00
parent cfca7ac952
commit d568867c80

View File

@@ -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