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 @@ -233,7 +233,7 @@ pkg-config --modversion libssl || true
233
233
234
234
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
235
235
# Build libmongocrypt, using the previously fetched installed source.
236
- git clone https://github.com/mongodb/libmongocrypt --branch 1.5.0
236
+ git clone https://github.com/mongodb/libmongocrypt --branch 1.5.2
237
237
238
238
mkdir libmongocrypt/cmake-build
239
239
cd libmongocrypt/cmake-build
Original file line number Diff line number Diff line change 115
115
116
116
if [ " $COMPILE_LIBMONGOCRYPT " = " ON" ]; then
117
117
# Build libmongocrypt, using the previously fetched installed source.
118
- git clone https://github.com/mongodb/libmongocrypt --branch 1.5.0
118
+ git clone https://github.com/mongodb/libmongocrypt --branch 1.5.2
119
119
mkdir libmongocrypt/cmake-build
120
120
cd libmongocrypt/cmake-build
121
121
" $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