Skip to content

Commit 821aa16

Browse files
Alexander Batashevsmaslov-intel
authored andcommitted
more cmake fixes?
1 parent 25c222f commit 821aa16

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ if (SYCL_ENABLE_XPTI_TRACING)
103103
set(XPTI_PROXY_SRC "${CMAKE_SOURCE_DIR}/../xpti/src/xpti_proxy.cpp")
104104
endif()
105105

106-
find_package(Threads REQUIRED)
107106
add_sycl_plugin(level_zero
108107
SOURCES
109108
"${sycl_inc_dir}/CL/sycl/detail/pi.h"
@@ -143,4 +142,3 @@ if (TARGET level-zero-loader)
143142
add_dependencies(ze-api level-zero-loader)
144143
add_dependencies(pi_level_zero level-zero-loader)
145144
endif()
146-

sycl/tools/sycl-trace/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ add_custom_target(ze-pretty-printers
4343
COMMAND ${Python3_EXECUTABLE}
4444
${CMAKE_CURRENT_SOURCE_DIR}/generate_ze_pretty_printers.py
4545
${LEVEL_ZERO_INCLUDE_DIR}/level_zero/ze_api.h
46+
DEPENDS pi_level_zero
4647
BYPRODUCTS
4748
${CMAKE_CURRENT_BINARY_DIR}/ze_printers.def
4849
)

0 commit comments

Comments
 (0)