File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ vcpkg_download_distfile(PATCH_PR_1820
2+ URLS https://github.com/microsoft/cpprestsdk/commit/396259a0f88e6f908c6d841f13c113d5f0d0ec26.patch
3+ SHA512 2235feddc11633041eb27fadb154515c2270d2f187f3bab4cac3f0b73f7ff034a56d4540700ccae36be216f480915da5203b660f9401e371999dbce888a421bf
4+ FILENAME char_traits.patch
5+ )
6+
17vcpkg_from_github(
28 OUT_SOURCE_PATH SOURCE_PATH
39 REPO Microsoft/cpprestsdk
@@ -11,6 +17,7 @@ vcpkg_from_github(
1117 fix-clang-dllimport.patch # workaround for https://github.com/microsoft/cpprestsdk/issues/1710
1218 silence-stdext-checked-array-iterators-warning.patch
1319 fix-asio-error.patch
20+ ${PATCH_PR_1820}
1421)
1522
1623vcpkg_check_features(
@@ -35,6 +42,7 @@ vcpkg_cmake_configure(
3542 -DCPPREST_EXPORT_DIR=share/cpprestsdk
3643 -DWERROR=OFF
3744 -DPKG_CONFIG_EXECUTABLE=FALSE
45+ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
3846 OPTIONS_DEBUG
3947 -DCPPREST_INSTALL_HEADERS=OFF
4048)
You can’t perform that action at this time.
0 commit comments