Skip to content

Commit c959483

Browse files
1 parent 17ba0bb commit c959483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/vcpkg.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(FetchContent)
22
FetchContent_Declare(
33
vcpkg
44
GIT_REPOSITORY https://github.com/microsoft/vcpkg
5-
GIT_TAG 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1 # 2023.04.15
5+
GIT_TAG fba75d09065fcc76a25dcf386b1d00d33f5175af # 2024.02.14
66
)
77

88
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
33
"name": "ms-pacman",
44
"version": "1.0",
5-
"builtin-baseline": "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1",
5+
"builtin-baseline": "fba75d09065fcc76a25dcf386b1d00d33f5175af",
66
"dependencies": [
77
"sfml",
88
"fmt",

0 commit comments

Comments
 (0)