Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 4fbeba4

Browse files
committed
Fix Windows SYCL link command template
1 parent ed824e1 commit 4fbeba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/SYCL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if(WIN32
33
AND ITLABAI_SYCL_ROOT
44
AND EXISTS "${ITLABAI_SYCL_ROOT}/bin/clang++.exe")
55
set(CMAKE_CXX_LINK_EXECUTABLE
6-
"\"${ITLABAI_SYCL_ROOT}/bin/clang++.exe\" <CMAKE_CXX_LINK_FLAGS> "
6+
"${ITLABAI_SYCL_ROOT}/bin/clang++.exe <FLAGS> <CMAKE_CXX_LINK_FLAGS> "
77
"<LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
88
endif()
99

0 commit comments

Comments
 (0)