Fix: SYCL library not found after recent library update
Pull Request: https://projects.blender.org/blender/blender/pulls/134244
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user