diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-22 05:23:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 14:23:26 -0700 |
| commit | 44fd9d8c327aee1cd08f6121216a0385beabc97a (patch) | |
| tree | e7e2348729989729f0dc4bfe81ae0edec076f383 /ports/cpr/fix-uwp.patch | |
| parent | a025c1b0458c08150b6da44ebdd9f0f9e0873d07 (diff) | |
| download | vcpkg-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.patch | 13 |
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 |
