File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ pkg-config --modversion libssl || true
238
238
239
239
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
240
240
# Build libmongocrypt, using the previously fetched installed source.
241
- git clone https://github.com/mongodb/libmongocrypt --branch 1.5.0
241
+ git clone https://github.com/mongodb/libmongocrypt --branch 1.5.2
242
242
243
243
mkdir libmongocrypt/cmake-build
244
244
cd libmongocrypt/cmake-build
Original file line number Diff line number Diff line change 120
120
121
121
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
122
122
# Build libmongocrypt, using the previously fetched installed source.
123
- git clone https://github.com/mongodb/libmongocrypt --branch 1.5.0
123
+ git clone https://github.com/mongodb/libmongocrypt --branch 1.5.2
124
124
mkdir libmongocrypt/cmake-build
125
125
cd libmongocrypt/cmake-build
126
126
" $CMAKE " -G " $CC " " -DCMAKE_PREFIX_PATH=${INSTALL_DIR} /lib/cmake" -DENABLE_SHARED_BSON=ON -DCMAKE_INSTALL_PREFIX=" $INSTALL_DIR " ../
Original file line number Diff line number Diff line change @@ -441,10 +441,10 @@ elseif (NOT ENABLE_CLIENT_SIDE_ENCRYPTION STREQUAL OFF)
441
441
find_package (mongocrypt QUIET )
442
442
endif ()
443
443
444
- if (mongocrypt_FOUND AND "${mongocrypt_VERSION} " VERSION_LESS 1.5.0 )
444
+ if (mongocrypt_FOUND AND "${mongocrypt_VERSION} " VERSION_LESS 1.5.2 )
445
445
message ("-- libmongocrypt found at ${mongocrypt_DIR} " )
446
446
message ("-- libmongocrypt version ${mongocrypt_VERSION} found" )
447
- message ("-- libmongocrypt version 1.5.0 is required to enable Client-Side Field Level Encryption Support." )
447
+ message ("-- libmongocrypt version 1.5.2 is required to enable Client-Side Field Level Encryption Support." )
448
448
set (REQUIRED_MONGOCRYPT_VERSION_FOUND OFF )
449
449
elseif (mongocrypt_FOUND )
450
450
set (REQUIRED_MONGOCRYPT_VERSION_FOUND ON )
You can’t perform that action at this time.
0 commit comments