blob: ae94f09878bf0714321dbdceeef692ddd8d6ca33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/libarchive/CMakeLists.txt.orig
+++ ./src/libarchive/CMakeLists.txt
@@ -843,7 +843,7 @@
# aggressive about diagnosing build problems; this can get
# relaxed somewhat in final shipping versions.
IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$")
- ADD_DEFINITIONS(-Wall -Werror)
+ ADD_DEFINITIONS(-Wall)
ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$")
IF(ENABLE_TEST)
|