Skip to content

Commit 98d3194

Browse files
committed
debug: show compiler version
1 parent 3c380c9 commit 98d3194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ if(${clangxx_result} MATCHES "0")
114114
math(EXPR IDX "${IDX}+1")
115115
endforeach()
116116

117+
message(STATUS "Found Intel SYCL Compiler version: ${IntelSyclCompiler_VERSION}")
118+
117119
# Split out the version into major, minor and patch
118120
string(REPLACE "." ";" IntelSyclCompiler_VERSION_LIST1 "${IntelSyclCompiler_VERSION}")
119121
list(GET IntelSyclCompiler_VERSION_LIST1 0 IntelSyclCompiler_VERSION_MAJOR)

0 commit comments

Comments
 (0)