Skip to content

Commit f2b011f

Browse files
authored
Update CMakeLists.txt
1 parent 001443a commit f2b011f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/plugins/intel_cpu/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ endif()
88

99
set(TARGET_NAME "openvino_intel_cpu_plugin")
1010

11+
if (OV_COMPILER_IS_INTEL_LLVM AND WIN32)
12+
ov_add_compiler_flags("/Wno-microsoft-include")
13+
endif()
14+
1115
if(NOT BUILD_SHARED_LIBS)
1216
# Symbols are located in both src and include folders
1317
file(GLOB_RECURSE onednn_files

0 commit comments

Comments
 (0)