There was an error while loading. Please reload this page.
1 parent f27a2f0 commit 3359bd6Copy full SHA for 3359bd6
libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake
@@ -119,7 +119,7 @@ if(${clangxx_result} MATCHES "0")
119
if("x${CMAKE_SYSTEM_NAME}" STREQUAL "xWindows")
120
find_file(
121
IntelSyclCompiler_SYCL_LIBRARY
122
- NAMES "sycl.lib" "sycl6.lib" "sycl7.lib"
+ NAMES "sycl.lib" "sycl6.lib" "sycl7.lib" "sycl8.lib"
123
PATHS ${IntelSyclCompiler_LIBRARY_DIR}
124
)
125
0 commit comments