Skip to content

Commit a696ccb

Browse files
DOCSP-48572 Remove automatic init (#101)
1 parent 0861f21 commit a696ccb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/install-from-source.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)