aboutsummaryrefslogtreecommitdiff
path: root/ports/mongo-c-driver/usage
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-05-08 14:42:27 +0800
committerGitHub <noreply@github.com>2020-05-07 23:42:27 -0700
commitd374b3416528d69f2d1bc616a75f4773629f6c50 (patch)
treed93b6d1f686e898b17466761f0c0fc5130f20bdc /ports/mongo-c-driver/usage
parent794e9ab0e5d870d0afbfdcb873b084e3cfa9b889 (diff)
downloadvcpkg-d374b3416528d69f2d1bc616a75f4773629f6c50.tar.gz
vcpkg-d374b3416528d69f2d1bc616a75f4773629f6c50.zip
[mongo-c-driver] Fix find_package error (#11217)
Diffstat (limited to 'ports/mongo-c-driver/usage')
-rw-r--r--ports/mongo-c-driver/usage2
1 files changed, 1 insertions, 1 deletions
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})