summarylogtreecommitdiffstats
path: root/010-libjpeg-xl-git-remove-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to '010-libjpeg-xl-git-remove-werror.patch')
-rw-r--r--010-libjpeg-xl-git-remove-werror.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/010-libjpeg-xl-git-remove-werror.patch b/010-libjpeg-xl-git-remove-werror.patch
deleted file mode 100644
index 3c9aa933c25c..000000000000
--- a/010-libjpeg-xl-git-remove-werror.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -151,10 +151,6 @@ add_compile_options(
- -Wall
- )
-
--if (NOT WIN32)
--add_compile_options(-Werror)
--endif ()
--
- include(GNUInstallDirs)
-
- set(CMAKE_CXX_STANDARD 11)