summarylogtreecommitdiffstats
path: root/010-libjpeg-xl-git-remove-werror.patch
blob: 3911c4425d526bd770ab81babe915e4af373f492 (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-02-27 00:53:11.000000000 +0000
+++ b/CMakeLists.txt	2020-02-27 00:53:13.000000000 +0000
@@ -165,10 +165,6 @@ add_compile_options(
   -Wall
 )
 
-if (NOT WIN32)
-add_compile_options(-Werror)
-endif ()
-
 include(GNUInstallDirs)
 
 set(CMAKE_CXX_STANDARD 11)