Skip to content

Commit

Permalink
Use a version of Async++ with a required fix for C++20 support.
Browse files Browse the repository at this point in the history
Specifically this fix:
Amanieu/asyncplusplus#47

Unfortunately, 2.5 years later, a new official version including that fix still hasn't been released.

This is a copy of cesium-unreal commit:
CesiumGS/cesium-unreal@d5bb575
  • Loading branch information
kring committed Aug 5, 2024
1 parent e895874 commit e075776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native~/vcpkg/ports/asyncplusplus/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Amanieu/asyncplusplus
REF 172ca3f8e0df1b3f7f5ee8b8244e4ac67258b0d8 # v1.1
SHA512 fd95b3349ceed4cab5cb0e146d2ccfe77c85318303015cf513037fc69c1ade7cfdb3dc81de8a90846c4387c5e31f5a70a64da770547c201dfe24d2c181be1933
REF 4159da79e20ad6d0eb1f13baa0f10e989edd9fba
SHA512 a7b099ce24184aa56e843d4858228196f8220374585a375a9c0d944832bd68c8aabd6b2efde5aacbb9c73f9dd8e942e97262be04550205b3fbea44d8b972d78e
HEAD_REF master
)

Expand Down

0 comments on commit e075776

Please sign in to comment.