Skip to content

Commit f33a719

Browse files
author
Pavel Chupin
authored
[SYCL] Fix Windows build configure issue (#6060)
Error: "Threads::Threads" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
1 parent 3bb7e36 commit f33a719

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ add_sycl_plugin(level_zero
114114
${XPTI_PROXY_SRC}
115115
LIBRARIES
116116
"${LEVEL_ZERO_LOADER}"
117-
Threads::Threads
118117
)
119118

120119
find_package(Python3 REQUIRED)

0 commit comments

Comments
 (0)