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 3c380c9 commit 98d3194Copy full SHA for 98d3194
libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake
@@ -114,6 +114,8 @@ if(${clangxx_result} MATCHES "0")
114
math(EXPR IDX "${IDX}+1")
115
endforeach()
116
117
+ message(STATUS "Found Intel SYCL Compiler version: ${IntelSyclCompiler_VERSION}")
118
+
119
# Split out the version into major, minor and patch
120
string(REPLACE "." ";" IntelSyclCompiler_VERSION_LIST1 "${IntelSyclCompiler_VERSION}")
121
list(GET IntelSyclCompiler_VERSION_LIST1 0 IntelSyclCompiler_VERSION_MAJOR)
0 commit comments