diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-05-08 14:42:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 23:42:27 -0700 |
| commit | d374b3416528d69f2d1bc616a75f4773629f6c50 (patch) | |
| tree | d93b6d1f686e898b17466761f0c0fc5130f20bdc | |
| parent | 794e9ab0e5d870d0afbfdcb873b084e3cfa9b889 (diff) | |
| download | vcpkg-d374b3416528d69f2d1bc616a75f4773629f6c50.tar.gz vcpkg-d374b3416528d69f2d1bc616a75f4773629f6c50.zip | |
[mongo-c-driver] Fix find_package error (#11217)
| -rw-r--r-- | ports/mongo-c-driver/CONTROL | 2 | ||||
| -rw-r--r-- | ports/mongo-c-driver/usage | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/mongo-c-driver/CONTROL b/ports/mongo-c-driver/CONTROL index ebb14c03d..17df29f60 100644 --- a/ports/mongo-c-driver/CONTROL +++ b/ports/mongo-c-driver/CONTROL @@ -1,5 +1,5 @@ Source: mongo-c-driver -Version: 1.16.1 +Version: 1.16.1-1 Build-Depends: libbson, openssl (!windows), zlib Description: Client library written in C for MongoDB. Homepage: https://github.com/mongodb/mongo-c-driver diff --git a/ports/mongo-c-driver/usage b/ports/mongo-c-driver/usage index 6fee3c684..d3347960e 100644 --- a/ports/mongo-c-driver/usage +++ b/ports/mongo-c-driver/usage @@ -1,6 +1,6 @@ The package mongo-c-driver is compatible with built-in CMake targets:
- find_package(mongo-c-driver CONFIG REQUIRED)
+ find_package(libmongoc-1.0 CONFIG REQUIRED)
target_include_directories(main PRIVATE ${MONGOC_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${MONGOC_LIBRARIES})
|
