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 2054243 commit 06b0c41Copy full SHA for 06b0c41
unified-runtime/cmake/FetchLevelZero.cmake
@@ -69,6 +69,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
69
target_compile_options(ze_loader PRIVATE
70
$<$<IN_LIST:$<CXX_COMPILER_ID>,GNU;Clang;Intel;IntelLLVM>:-Wno-error>
71
$<$<CXX_COMPILER_ID:MSVC>:/WX- /UUNICODE>
72
+ $<$<CXX_COMPILER_ID:MSVC>:/MD$<$<CONFIG:Debug>:d>>
73
)
74
75
set(LEVEL_ZERO_LIBRARY ze_loader)
0 commit comments