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 58c3da2 commit f7e04ddCopy full SHA for f7e04dd
docs/content/mongocxx-v3/installation/advanced.md
@@ -23,7 +23,7 @@ The above command would produce libraries named `libcustom_bsoncxx.so` and `libc
23
24
The mongocxx driver builds on top of the [MongoDB C driver](https://www.mongodb.com/docs/drivers/c/).
25
26
-The build of mongocxx-3.8.1 automatically downloads and installs the C driver if the C driver is not detected.
+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.8.x, libmongoc 1.24.0 or later is required.
0 commit comments