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/c89stringutils/no_flags.patch | |
Diffstat (limited to 'vcpkg/ports/c89stringutils/no_flags.patch')
| -rw-r--r-- | vcpkg/ports/c89stringutils/no_flags.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/c89stringutils/no_flags.patch b/vcpkg/ports/c89stringutils/no_flags.patch new file mode 100644 index 0000000..b95f040 --- /dev/null +++ b/vcpkg/ports/c89stringutils/no_flags.patch @@ -0,0 +1,17 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 9e3c005..75dee3f 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -24,12 +24,6 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15") + # the BUILD_INTERFACE genex + set(gcc_like "$<COMPILE_LANG_AND_ID:C,CXX,ARMClang,AppleClang,Clang,GNU,LCC>") + set(msvc "$<COMPILE_LANG_AND_ID:C,CXX,MSVC>") +- target_compile_options( +- "${PROJECT_NAME}_compiler_flags" +- INTERFACE +- "$<${gcc_like}:$<BUILD_INTERFACE:-Wshadow;-Wformat=2;-Wall;-pedantic>>" +- "$<${msvc}:$<BUILD_INTERFACE:-W3;-WX;-Zi;-permissive->>" +- ) + endif (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15") + # Set the build directories + if (CMAKE_SYSTEM_NAME STREQUAL "Windows" |