From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/c89stringutils/no_flags.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vcpkg/ports/c89stringutils/no_flags.patch (limited to 'vcpkg/ports/c89stringutils/no_flags.patch') 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 "$") + set(msvc "$") +- target_compile_options( +- "${PROJECT_NAME}_compiler_flags" +- INTERFACE +- "$<${gcc_like}:$>" +- "$<${msvc}:$>" +- ) + endif (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15") + # Set the build directories + if (CMAKE_SYSTEM_NAME STREQUAL "Windows" -- cgit v1.2.3