Skip to content

Commit

Permalink
[vcpkg baseline][mongo-c-driver] fix mongo-c-driver when Python3 isn'…
Browse files Browse the repository at this point in the history
…t on the PATH (#35521)
  • Loading branch information
JonLiu1993 committed Dec 7, 2023
1 parent 45f6e57 commit 916929b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/mongo-c-driver/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ports/mongo-c-driver/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5654,7 +5654,7 @@
},
"mongo-c-driver": {
"baseline": "1.25.1",
"port-version": 0
"port-version": 1
},
"mongo-cxx-driver": {
"baseline": "3.9.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mongo-c-driver.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "988570f6f3cad6a77c519990851d9d2208d5970d",
"version": "1.25.1",
"port-version": 1
},
{
"git-tree": "7bc0eb795e698bac0f4d77bed4b6ecbde0f57857",
"version": "1.25.1",
Expand Down

0 comments on commit 916929b

Please sign in to comment.