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 9cfb858 commit eb7f804Copy full SHA for eb7f804
1 file changed
app/SYCL/CMakeLists.txt
@@ -37,7 +37,7 @@ if(WIN32 AND ITLABAI_SYCL_IMPLEMENTATION STREQUAL "IntelLLVM")
37
endif()
38
39
string(CONCAT WINDOWS_SYCL_LINK_COMMAND
40
- "\"${Python3_EXECUTABLE}\" "
+ "python "
41
"\"${CMAKE_SOURCE_DIR}/scripts/ci/windows_sycl_link.py\" "
42
"--compiler \"${CMAKE_CXX_COMPILER}\" "
43
"--target <TARGET> "
0 commit comments