We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ba0bb commit c959483Copy full SHA for c959483
cmake/vcpkg.cmake
@@ -2,7 +2,7 @@ include(FetchContent)
2
FetchContent_Declare(
3
vcpkg
4
GIT_REPOSITORY https://github.com/microsoft/vcpkg
5
- GIT_TAG 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1 # 2023.04.15
+ GIT_TAG fba75d09065fcc76a25dcf386b1d00d33f5175af # 2024.02.14
6
)
7
8
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
vcpkg.json
@@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "ms-pacman",
"version": "1.0",
- "builtin-baseline": "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1",
+ "builtin-baseline": "fba75d09065fcc76a25dcf386b1d00d33f5175af",
"dependencies": [
"sfml",
"fmt",
0 commit comments