We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c19320 commit 4d22753Copy full SHA for 4d22753
docs/content/mongocxx-v3/installation/advanced.md
@@ -26,7 +26,7 @@ The mongocxx driver builds on top of the [MongoDB C driver](https://www.mongodb.
26
The build of mongocxx-3.9.0 automatically downloads and installs the C driver if the C driver is not detected.
27
To use an existing install of the C driver, set `CMAKE_PREFIX_PATH` to the directory containing the C driver install.
28
29
-* For mongocxx-3.10.x, libmongoc 1.26.0 or later is required.
+* For mongocxx-3.10.x, libmongoc 1.25.0 or later is required.
30
* For mongocxx-3.9.x, libmongoc 1.25.0 or later is required.
31
* For mongocxx-3.8.x, libmongoc 1.24.0 or later is required.
32
* For mongocxx-3.7.x, libmongoc 1.22.1 or later is required.
0 commit comments