Skip to content

Commit

Permalink
Use ENABLE_BSON=ON, not BUNDLED, in libmongoc build
Browse files Browse the repository at this point in the history
The name of the option has changed as the libbson and libmongoc CMake
configurations merge.
  • Loading branch information
ajdavis committed May 18, 2018
1 parent ae46c1d commit 881f491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/install.sh
Expand Up @@ -19,7 +19,7 @@ PREFIX=${PREFIX:-$(pwd)"/../mongoc/"}
OS=$(uname -s | tr '[:upper:]' '[:lower:]')

CMAKE_ARGS="
-DENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF -DENABLE_SHM_COUNTERS=OFF -DENABLE_BSON=BUNDLED
-DENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF -DENABLE_SHM_COUNTERS=OFF -DENABLE_BSON=ON
-DENABLE_TESTS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_STATIC=ON -DENABLE_EXTRA_ALIGNMENT=OFF
-DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_PREFIX=$PREFIX"

Expand Down

0 comments on commit 881f491

Please sign in to comment.