aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf/fix-uwp.patch
diff options
context:
space:
mode:
authorJozef Izso <jozef.izso@gmail.com>2019-10-03 18:42:01 +0200
committerPhil Christensen <philc@microsoft.com>2019-10-03 09:42:01 -0700
commita528ee4b856d0d73b6b837dfa7ab2e745d02b5ca (patch)
treefb351801114b1405af3c3757a1474767e5217c74 /ports/protobuf/fix-uwp.patch
parentcd8f320b8da4abea716382293e847cb658a21211 (diff)
downloadvcpkg-a528ee4b856d0d73b6b837dfa7ab2e745d02b5ca.tar.gz
vcpkg-a528ee4b856d0d73b6b837dfa7ab2e745d02b5ca.zip
[protobuf] Update protobuf to 3.10.0 (#8439)
Diffstat (limited to 'ports/protobuf/fix-uwp.patch')
-rw-r--r--ports/protobuf/fix-uwp.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/protobuf/fix-uwp.patch b/ports/protobuf/fix-uwp.patch
index ba09d5913..7a993c5c0 100644
--- a/ports/protobuf/fix-uwp.patch
+++ b/ports/protobuf/fix-uwp.patch
@@ -1,8 +1,8 @@
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
-index 3afe376..1a0b6a7 100644
+index f87b0928e..5102a10e3 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
-@@ -151,6 +151,7 @@ if (MSVC)
+@@ -190,6 +190,7 @@ if (MSVC)
/wd4506 # no definition for inline function 'function'
/wd4800 # 'type' : forcing value to bool 'true' or 'false' (performance warning)
/wd4996 # The compiler encountered a deprecated declaration.