增加vcpkg版本基线限制

This commit is contained in:
JackLee_CN 2025-11-24 15:18:32 +08:00
parent e78b354b79
commit d2ff23ff58
5 changed files with 4 additions and 9 deletions

2
.gitignore vendored
View File

@ -10,8 +10,6 @@ dist/
build/
release/
/release
/vcpkg
.gitmodules
# Compiled Java class files
*.class

View File

@ -110,6 +110,7 @@ else()
message(STATUS "CURL_FOUND=NOT")
endif()
#XSteamcpp
FILE(GLOB src_xsteam "${PROJECT_SOURCE_DIR}/src/*.cpp" "${PROJECT_SOURCE_DIR}/src/*.h")

2
vcpkg

@ -1 +1 @@
Subproject commit a78b96e406d4291a52e3e1ced4a7971e4378294d
Subproject commit 6ecbbbdf31cba47aafa7cf6189b1e73e10ac61f8

View File

@ -1,9 +1,4 @@
{
"default-registry": {
"kind": "git",
"baseline": "9558037875497b9db8cf38fcd7db68ec661bffe7",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",

View File

@ -8,5 +8,6 @@
"name": "libgit2",
"version>=": "1.9.1"
}
]
],
"builtin-baseline": "6ecbbbdf31cba47aafa7cf6189b1e73e10ac61f8"
}