File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ the project with both ``libbson`` and ``libmongoc``:
242242
243243 $ cmake -S $SOURCE -B $BUILD \
244244 -D ENABLE_EXTRA_ALIGNMENT=OFF \
245- -D ENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF \
246245 -D CMAKE_BUILD_TYPE=RelWithDebInfo \
247246 -D BUILD_VERSION="$VERSION" \
248247 -D ENABLE_MONGOC=OFF
@@ -267,10 +266,10 @@ messages and information. Ensure that configuration succeeds before proceeding.
267266 results. This should be set to the same value as the version of the source
268267 driver that was downloaded in :ref:`get-src`.
269268
270- The ``ENABLE_EXTRA_ALIGNMENT`` and ``ENABLE_AUTOMATIC_INIT_AND_CLEANUP`` are part
271- of ``mongo-c-driver``, and correspond to deprecated features that are only
269+ The ``ENABLE_EXTRA_ALIGNMENT`` argument is part
270+ of ``mongo-c-driver`` and corresponds to a deprecated feature that is only
272271 enabled by default for ABI compatibility purposes. It is highly recommended to
273- disable these features whenever possible.
272+ disable this feature whenever possible.
274273
275274 The ``ENABLE_MONGOC=OFF`` argument disabled building ``libmongoc``. We'll build
276275 that in the next section.
You can’t perform that action at this time.
0 commit comments