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 001443a commit f2b011fCopy full SHA for f2b011f
1 file changed
src/plugins/intel_cpu/CMakeLists.txt
@@ -8,6 +8,10 @@ endif()
8
9
set(TARGET_NAME "openvino_intel_cpu_plugin")
10
11
+if (OV_COMPILER_IS_INTEL_LLVM AND WIN32)
12
+ ov_add_compiler_flags("/Wno-microsoft-include")
13
+endif()
14
+
15
if(NOT BUILD_SHARED_LIBS)
16
# Symbols are located in both src and include folders
17
file(GLOB_RECURSE onednn_files
0 commit comments