aboutsummaryrefslogtreecommitdiff
path: root/ports/cryptopp/cmake.patch
diff options
context:
space:
mode:
authorOwen Rudge <owen@owenrudge.net>2021-05-06 21:54:57 +0100
committerGitHub <noreply@github.com>2021-05-06 13:54:57 -0700
commit2a4749e8ad2b278958909e14dced0638b049bf60 (patch)
treef74c548dd714f7583e79758c714e5dd89136d47c /ports/cryptopp/cmake.patch
parentcbb72bc346a8495ecafe28dbcf41ace2dde95e97 (diff)
downloadvcpkg-2a4749e8ad2b278958909e14dced0638b049bf60.tar.gz
vcpkg-2a4749e8ad2b278958909e14dced0638b049bf60.zip
[cryptopp] Update to 8.5.0 (#17533)
* [cryptopp] Update to 8.5.0 * [cryptopp] Update versions * Update versions/c-/cryptopp.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/cryptopp/cmake.patch')
-rw-r--r--ports/cryptopp/cmake.patch10
1 files changed, 3 insertions, 7 deletions
diff --git a/ports/cryptopp/cmake.patch b/ports/cryptopp/cmake.patch
index 699ebd564..8502ff17c 100644
--- a/ports/cryptopp/cmake.patch
+++ b/ports/cryptopp/cmake.patch
@@ -1,13 +1,9 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8cf9fa2..86a756b 100644
+index 1683961..f63c71e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -336,9 +336,13 @@ if (MSVC)
- if (CMAKE_SYSTEM_VERSION MATCHES "10\\.0.*")
- list(APPEND CRYPTOPP_COMPILE_DEFINITIONS "_WIN32_WINNT=0x0A00")
- endif ()
-- list(APPEND CRYPTOPP_COMPILE_OPTIONS "/FI\"winapifamily.h\"")
-+ list(APPEND CRYPTOPP_COMPILE_OPTIONS "/FIwinapifamily.h")
+@@ -395,6 +395,10 @@ if (MSVC)
+ list(APPEND CRYPTOPP_COMPILE_OPTIONS /FI winapifamily.h)
endif ()
+if(WINDOWS_STORE)