summaryrefslogtreecommitdiff
path: root/math/libdivide/files/patch-CMakeLists.txt
blob: b89ebfba8f21614770387ae7f76957aadf7a448d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- CMakeLists.txt.orig	2021-07-17 18:22:14 UTC
+++ CMakeLists.txt
@@ -16,9 +16,9 @@ include(CMakeSanitize)
 # Maximum warnings level & warnings as error
 add_compile_options(
     "$<$<CXX_COMPILER_ID:MSVC>:/W4;/WX>"
-    "$<$<CXX_COMPILER_ID:GNU>:-Wall;-Wextra;-pedantic;-Werror>"
-    "$<$<CXX_COMPILER_ID:Clang>:-Wall;-Wextra;-pedantic;-Werror>"
-    "$<$<CXX_COMPILER_ID:AppleClang>:-Wall;-Wextra;-pedantic;-Werror>"
+    "$<$<CXX_COMPILER_ID:GNU>:-Wall;-Wextra;-pedanticr>"
+    "$<$<CXX_COMPILER_ID:Clang>:-Wall;-Wextra;-pedantic>"
+    "$<$<CXX_COMPILER_ID:AppleClang>:-Wall;-Wextra;-pedantic>"
 )
 
 # Build options ################################################
@@ -93,7 +93,6 @@ if (BUILD_TESTS AND NOT CMAKE_CROSSCOMPILING)
         CPU_ARM_NEON)
     if (CPU_X86 OR CPU_ARM_NEON)
         cmake_push_check_state()
-        set(CMAKE_REQUIRED_FLAGS -Werror)
         check_cxx_compiler_flag(-march=native MARCH_NATIVE)
         cmake_pop_check_state()