Skip to content

Commit 3359bd6

Browse files
Add sycl8.lib to the list of valid libraries to look for
1 parent f27a2f0 commit 3359bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if(${clangxx_result} MATCHES "0")
119119
if("x${CMAKE_SYSTEM_NAME}" STREQUAL "xWindows")
120120
find_file(
121121
IntelSyclCompiler_SYCL_LIBRARY
122-
NAMES "sycl.lib" "sycl6.lib" "sycl7.lib"
122+
NAMES "sycl.lib" "sycl6.lib" "sycl7.lib" "sycl8.lib"
123123
PATHS ${IntelSyclCompiler_LIBRARY_DIR}
124124
)
125125
find_file(

0 commit comments

Comments
 (0)