Skip to content

Commit

Permalink
Update vcpkg to get latest cglm port that works on macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
docEdub committed May 5, 2024
1 parent 2e83a90 commit 2a97352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ message(STATUS "Fetching vcpkg")
include(FetchContent)
FetchContent_Declare(
vcpkg
URL https://github.com/microsoft/vcpkg/archive/refs/tags/2023.11.20.tar.gz
URL_MD5 24d44e89fc845d67051a52ed5066fc84
URL https://github.com/microsoft/vcpkg/archive/refs/tags/2024.04.26.tar.gz
URL_MD5 0c453e093366fa60585ce5f5fc3965c4
DOWNLOAD_DIR "${FETCHCONTENT_BASE_DIR}/vcpkg"
DOWNLOAD_EXTRACT_TIMESTAMP true
)
Expand Down

0 comments on commit 2a97352

Please sign in to comment.