增加vcpkg版本基线限制
This commit is contained in:
parent
e78b354b79
commit
d2ff23ff58
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,8 +10,6 @@ dist/
|
|||||||
build/
|
build/
|
||||||
release/
|
release/
|
||||||
/release
|
/release
|
||||||
/vcpkg
|
|
||||||
.gitmodules
|
|
||||||
|
|
||||||
# Compiled Java class files
|
# Compiled Java class files
|
||||||
*.class
|
*.class
|
||||||
|
|||||||
@ -110,6 +110,7 @@ else()
|
|||||||
message(STATUS "CURL_FOUND=NOT")
|
message(STATUS "CURL_FOUND=NOT")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
#增加XSteam的cpp
|
#增加XSteam的cpp
|
||||||
FILE(GLOB src_xsteam "${PROJECT_SOURCE_DIR}/src/*.cpp" "${PROJECT_SOURCE_DIR}/src/*.h")
|
FILE(GLOB src_xsteam "${PROJECT_SOURCE_DIR}/src/*.cpp" "${PROJECT_SOURCE_DIR}/src/*.h")
|
||||||
|
|
||||||
|
|||||||
2
vcpkg
2
vcpkg
@ -1 +1 @@
|
|||||||
Subproject commit a78b96e406d4291a52e3e1ced4a7971e4378294d
|
Subproject commit 6ecbbbdf31cba47aafa7cf6189b1e73e10ac61f8
|
||||||
@ -1,9 +1,4 @@
|
|||||||
{
|
{
|
||||||
"default-registry": {
|
|
||||||
"kind": "git",
|
|
||||||
"baseline": "9558037875497b9db8cf38fcd7db68ec661bffe7",
|
|
||||||
"repository": "https://github.com/microsoft/vcpkg"
|
|
||||||
},
|
|
||||||
"registries": [
|
"registries": [
|
||||||
{
|
{
|
||||||
"kind": "artifact",
|
"kind": "artifact",
|
||||||
|
|||||||
@ -8,5 +8,6 @@
|
|||||||
"name": "libgit2",
|
"name": "libgit2",
|
||||||
"version>=": "1.9.1"
|
"version>=": "1.9.1"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"builtin-baseline": "6ecbbbdf31cba47aafa7cf6189b1e73e10ac61f8"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user