We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0bfd6 commit c613ab6Copy full SHA for c613ab6
libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake
@@ -99,7 +99,7 @@ if(${clangxx_result} MATCHES "0")
99
message(STATUS "dpcpp ver[${IDX}]: ${X}")
100
MATH(EXPR IDX "${IDX}+1")
101
endforeach()
102
- list(GET IntelSyclCompiler_VERSION_LIST 0 VERSION_STRING)
+ list(GET IntelSyclCompiler_VERSION_LIST 1 VERSION_STRING)
103
104
# Get the dpcpp version
105
string(REGEX MATCH
0 commit comments