aboutsummaryrefslogtreecommitdiff
path: root/devel/stringzilla/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'devel/stringzilla/files/patch-CMakeLists.txt')
-rw-r--r--devel/stringzilla/files/patch-CMakeLists.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/stringzilla/files/patch-CMakeLists.txt b/devel/stringzilla/files/patch-CMakeLists.txt
deleted file mode 100644
index 435e93de13ca..000000000000
--- a/devel/stringzilla/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
---- CMakeLists.txt.orig 2024-11-09 04:57:16 UTC
-+++ CMakeLists.txt
-@@ -137,14 +137,6 @@ function(set_compiler_flags target cpp_standard target
- # > 4068 for "unknown pragmas".
- # > 4146 for "unary minus operator applied to unsigned type, result still unsigned".
- # We also specify /utf-8 to properly UTF-8 symbols in tests.
-- target_compile_options(
-- ${target}
-- PRIVATE
-- "$<$<CXX_COMPILER_ID:MSVC>:/Bt;/wd4068;/wd4146;/utf-8;/WX>"
-- "$<$<CXX_COMPILER_ID:GNU>:-Wall;-Wextra;-pedantic;-Werror;-Wfatal-errors;-Wno-unknown-pragmas;-Wno-cast-function-type;-Wno-unused-function>"
-- "$<$<CXX_COMPILER_ID:Clang>:-Wall;-Wextra;-pedantic;-Werror;-Wfatal-errors;-Wno-unknown-pragmas>"
-- "$<$<CXX_COMPILER_ID:AppleClang>:-Wall;-Wextra;-pedantic;-Werror;-Wfatal-errors;-Wno-unknown-pragmas>"
-- )
-
- # Set optimization options for different compilers differently
- target_compile_options(