Skip to content

Commit 68605a9

Browse files
authored
CDRIVER-4205 bump dep of libmongocrypt to 1.3.0 (#887)
1 parent bebe063 commit 68605a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libmongoc/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,10 @@ elseif (NOT ENABLE_CLIENT_SIDE_ENCRYPTION STREQUAL OFF)
424424
find_package (mongocrypt QUIET)
425425
endif ()
426426

427-
if (mongocrypt_FOUND AND "${mongocrypt_VERSION}" VERSION_LESS 1.1.0)
427+
if (mongocrypt_FOUND AND "${mongocrypt_VERSION}" VERSION_LESS 1.3.0)
428428
message ("-- libmongocrypt found at ${LIBMONGOCRYPT_LIBRARY}")
429429
message ("-- libmongocrypt version ${mongocrypt_VERSION} found")
430-
message ("-- libmongocrypt version 1.1.0 is required to enable Client-Side Field Level Encryption Support.")
430+
message ("-- libmongocrypt version 1.3.0 is required to enable Client-Side Field Level Encryption Support.")
431431
set (REQUIRED_MONGOCRYPT_VERSION_FOUND OFF)
432432
elseif (mongocrypt_FOUND)
433433
set (REQUIRED_MONGOCRYPT_VERSION_FOUND ON)

0 commit comments

Comments
 (0)