Skip to content

Commit f7e04dd

Browse files
committed
fix documented introduction of the auto C driver download
It is introduced in 3.9.0 as part of CXX-2695.
1 parent 58c3da2 commit f7e04dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/mongocxx-v3/installation/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The above command would produce libraries named `libcustom_bsoncxx.so` and `libc
2323

2424
The mongocxx driver builds on top of the [MongoDB C driver](https://www.mongodb.com/docs/drivers/c/).
2525

26-
The build of mongocxx-3.8.1 automatically downloads and installs the C driver if the C driver is not detected.
26+
The build of mongocxx-3.9.0 automatically downloads and installs the C driver if the C driver is not detected.
2727
To use an existing install of the C driver, set `CMAKE_PREFIX_PATH` to the directory containing the C driver install.
2828

2929
* For mongocxx-3.8.x, libmongoc 1.24.0 or later is required.

0 commit comments

Comments
 (0)