[vcpkg baseline][mongo-c-driver] fix mongo-c-driver when Python3 isn't on the PATH (#35521)

This commit is contained in:
JonLiu1993 2023-12-06 21:26:10 -08:00 committed by GitHub
parent 45f6e57d3e
commit 916929b171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -47,6 +47,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${OPTIONS}
"-DBUILD_VERSION=${VERSION}"
-DUSE_SYSTEM_LIBBSON=ON
-DENABLE_EXAMPLES=OFF
-DENABLE_SHM_COUNTERS=OFF

View File

@ -1,6 +1,7 @@
{
"name": "mongo-c-driver",
"version": "1.25.1",
"port-version": 1,
"description": "Client library written in C for MongoDB.",
"homepage": "https://github.com/mongodb/mongo-c-driver",
"license": null,

View File

@ -5654,7 +5654,7 @@
},
"mongo-c-driver": {
"baseline": "1.25.1",
"port-version": 0
"port-version": 1
},
"mongo-cxx-driver": {
"baseline": "3.9.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "988570f6f3cad6a77c519990851d9d2208d5970d",
"version": "1.25.1",
"port-version": 1
},
{
"git-tree": "7bc0eb795e698bac0f4d77bed4b6ecbde0f57857",
"version": "1.25.1",