chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
3.48k stars 106 forks source link

Update vcpkg for building on windows #93

Closed willjallen closed 3 months ago

willjallen commented 3 months ago

Previous version of vcpkg attempted to fetch mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst as part of the build process, but this version of library is no longer supported nor present on any of the mirrors. See https://github.com/microsoft/vcpkg/issues/35293. Solution is to update vcpkg to https://github.com/microsoft/vcpkg/commit/9224b3bbd8df24999d85720b1d005dd6f969ade0

chrxh commented 3 months ago

Thanks for your PR!