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``:
242
242
243
243
$ cmake -S $SOURCE -B $BUILD \
244
244
-D ENABLE_EXTRA_ALIGNMENT=OFF \
245
- -D ENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF \
246
245
-D CMAKE_BUILD_TYPE=RelWithDebInfo \
247
246
-D BUILD_VERSION="$VERSION" \
248
247
-D ENABLE_MONGOC=OFF
@@ -267,10 +266,10 @@ messages and information. Ensure that configuration succeeds before proceeding.
267
266
results. This should be set to the same value as the version of the source
268
267
driver that was downloaded in :ref:`get-src`.
269
268
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
272
271
enabled by default for ABI compatibility purposes. It is highly recommended to
273
- disable these features whenever possible.
272
+ disable this feature whenever possible.
274
273
275
274
The ``ENABLE_MONGOC=OFF`` argument disabled building ``libmongoc``. We'll build
276
275
that in the next section.
You can’t perform that action at this time.
0 commit comments