aboutsummaryrefslogtreecommitdiff
path: root/ports/cpr/fix-uwp.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-06-22 05:23:26 +0800
committerGitHub <noreply@github.com>2021-06-21 14:23:26 -0700
commit44fd9d8c327aee1cd08f6121216a0385beabc97a (patch)
treee7e2348729989729f0dc4bfe81ae0edec076f383 /ports/cpr/fix-uwp.patch
parenta025c1b0458c08150b6da44ebdd9f0f9e0873d07 (diff)
downloadvcpkg-44fd9d8c327aee1cd08f6121216a0385beabc97a.tar.gz
vcpkg-44fd9d8c327aee1cd08f6121216a0385beabc97a.zip
[cpr] Update to 1.6.2 (#18386)
* [cpr] Update to 1.6.2 * Update version files * Update patch * Update verison files * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json * Fix build error on uwp * Update versions/c-/cpr.json * Add condition for uwp patch * Update versions/c-/cpr.json * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json
Diffstat (limited to 'ports/cpr/fix-uwp.patch')
-rw-r--r--ports/cpr/fix-uwp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/cpr/fix-uwp.patch b/ports/cpr/fix-uwp.patch
new file mode 100644
index 000000000..e91eb62b5
--- /dev/null
+++ b/ports/cpr/fix-uwp.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8575b2f..87de55c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -46,7 +46,7 @@ message(STATUS "=======================================================")
+ include(GNUInstallDirs)
+ include(FetchContent)
+ include(cmake/code_coverage.cmake)
+-include(cmake/sanitizer.cmake)
++#include(cmake/sanitizer.cmake)
+ include(cmake/gcc_analyze.cmake)
+
+ # SSL