Closed pjcollins closed 10 months ago
@grendello @dellis1972 I'm not sure if this is the best way to fix the issue I hit trying to build recently, and am not entirely sure how many vcpkg dependency versions may be changing as a result of this change. Do either of you have any thoughts on how best to resolve the recent build break?
In the long run, it might make sense to switch away from vcpkg
to https://cmake.org/cmake/help/latest/module/FetchContent.html#module:FetchContent, but if the bump fixes the issue now, then I'm all for it.
Changes: https://github.com/microsoft/vcpkg/compare/94ce0dab56f4d8ba6bd631ba59ed682b02d45c46...c8696863d371ab7f46e213d8f5ca923c4aef2a00
A recent build attempt failed downloading various mingw dependencies:
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=8898600&view=logs&j=dcf9cb13-bc72-55bf-54b2-a34a02160417&t=c05507e5-95d2-500e-0fcb-12f725f05b68
Bumping to the latest vcpkg release tag appears to fix this.