aboutsummaryrefslogtreecommitdiffstats
path: root/devel/stringzilla/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /devel/stringzilla/files/patch-CMakeLists.txt
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
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(