summarylogtreecommitdiffstats
path: root/030-openvino-ngraph-disable-werror.patch
blob: 645c5dd3a26806dfbc8c5bd1685f188c2812e6fd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/ngraph/CMakeLists.txt
+++ b/ngraph/CMakeLists.txt
@@ -197,7 +197,7 @@ if (WIN32)
 endif()
 
 if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
-    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror")
+    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
 endif()
 
 if(WIN32)