mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:09:02 +08:00
[vcpkg baseline][mongo-c-driver] fix mongo-c-driver when Python3 isn't on the PATH (#35521)
This commit is contained in:
parent
45f6e57d3e
commit
916929b171
@ -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
|
||||
|
@ -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,
|
||||
|
@ -5654,7 +5654,7 @@
|
||||
},
|
||||
"mongo-c-driver": {
|
||||
"baseline": "1.25.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"mongo-cxx-driver": {
|
||||
"baseline": "3.9.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "988570f6f3cad6a77c519990851d9d2208d5970d",
|
||||
"version": "1.25.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7bc0eb795e698bac0f4d77bed4b6ecbde0f57857",
|
||||
"version": "1.25.1",
|
||||
|
Loading…
Reference in New Issue
Block a user