diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/bit7z/fix_compile_options.patch | |
Diffstat (limited to 'vcpkg/ports/bit7z/fix_compile_options.patch')
| -rw-r--r-- | vcpkg/ports/bit7z/fix_compile_options.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/bit7z/fix_compile_options.patch b/vcpkg/ports/bit7z/fix_compile_options.patch new file mode 100644 index 0000000..19f611a --- /dev/null +++ b/vcpkg/ports/bit7z/fix_compile_options.patch @@ -0,0 +1,13 @@ +diff --git a/cmake/CompilerOptions.cmake b/cmake/CompilerOptions.cmake +index 1cdb84f..fd9346f 100644 +--- a/cmake/CompilerOptions.cmake ++++ b/cmake/CompilerOptions.cmake +@@ -70,7 +70,7 @@ if( MSVC ) + endforeach() + endif() + else() +- target_compile_options( ${LIB_TARGET} PRIVATE -Wall -Wextra -Werror -Wconversion -Wsign-conversion ) ++ target_compile_options( ${LIB_TARGET} PRIVATE -Wall -Wextra -Wconversion -Wsign-conversion ) + endif() + + # Extra warning flags for Clang |