diff options
| author | Francisco Facioni <francisco@remyrobotics.com> | 2021-06-09 23:45:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 14:45:10 -0700 |
| commit | d989c8b90070fd8b1b1239d5a057a12e3dd2e064 (patch) | |
| tree | 413ef0e512ffaf6b2146b20c003d8e5a475518f5 /ports/mongo-c-driver/CONTROL | |
| parent | 38d2893b30d4d4b3c09485216ecf4f6e8ef35d88 (diff) | |
| download | vcpkg-d989c8b90070fd8b1b1239d5a057a12e3dd2e064.tar.gz vcpkg-d989c8b90070fd8b1b1239d5a057a12e3dd2e064.zip | |
[libbson] fix cmake find (#14720)
Diffstat (limited to 'ports/mongo-c-driver/CONTROL')
| -rw-r--r-- | ports/mongo-c-driver/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/mongo-c-driver/CONTROL b/ports/mongo-c-driver/CONTROL index 5cc9c336e..6472ce1a2 100644 --- a/ports/mongo-c-driver/CONTROL +++ b/ports/mongo-c-driver/CONTROL @@ -1,6 +1,6 @@ Source: mongo-c-driver Version: 1.16.1 -Port-Version: 3 +Port-Version: 4 Build-Depends: libbson, openssl (!windows), zlib Description: Client library written in C for MongoDB. Homepage: https://github.com/mongodb/mongo-c-driver @@ -11,4 +11,4 @@ Build-Depends: snappy Feature: icu Description: Enable ICU support, necessary to use non-ASCII usernames or passwords -Build-Depends: icu
\ No newline at end of file +Build-Depends: icu |
