summarylogtreecommitdiffstats
path: root/010-libjpeg-xl-git-remove-werror.patch
blob: 8eb82fabec41c5beb060a661a26e8f71baaf29a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naurp a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2020-04-22 00:42:34.000000000 +0000
+++ b/CMakeLists.txt	2020-04-22 00:42:38.000000000 +0000
@@ -154,10 +154,6 @@ add_compile_options(
   -Wall
 )
 
-if (NOT WIN32)
-add_compile_options(-Werror)
-endif ()
-
 include(GNUInstallDirs)
 
 set(CMAKE_CXX_STANDARD 11)