aboutsummaryrefslogtreecommitdiff
path: root/ports/mongo-c-driver/usage
diff options
context:
space:
mode:
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})