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 ae24c64 commit 413f366Copy full SHA for 413f366
sycl/plugins/level_zero/CMakeLists.txt
@@ -25,6 +25,7 @@ FetchContent_Declare(level-zero-loader
25
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-but-set-variable")
26
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-pedantic")
27
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-stringop-truncation")
28
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-warning-option")
29
30
FetchContent_MakeAvailable(level-zero-loader)
31
FetchContent_GetProperties(level-zero-loader)
0 commit comments