Skip to content

Commit 0ae0226

Browse files
author
Pavel V Chupin
committed
more fixes
1 parent 421c225 commit 0ae0226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
2929
target_compile_options(ze_tracing_layer PRIVATE
3030
"-Wno-pedantic"
3131
)
32+
target_compile_options(ze_validation_layer PRIVATE
33+
"-Wno-pedantic"
34+
)
3235

3336
set(LEVEL_ZERO_INCLUDE_DIR
3437
${level-zero-loader_SOURCE_DIR}/include CACHE PATH "Path to Level Zero Headers")

0 commit comments

Comments
 (0)