Skip to content

Commit a15f315

Browse files
committed
bump minimum libmongocrypt to 1.20.0
1 parent b432fa5 commit a15f315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libmongoc/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,10 @@ elseif (NOT ENABLE_CLIENT_SIDE_ENCRYPTION STREQUAL OFF)
489489
find_package (mongocrypt QUIET)
490490
endif ()
491491

492-
if (mongocrypt_FOUND AND "${mongocrypt_VERSION}" VERSION_LESS 1.18.0)
492+
if (mongocrypt_FOUND AND "${mongocrypt_VERSION}" VERSION_LESS 1.20.0)
493493
message (STATUS " libmongocrypt found at ${mongocrypt_DIR}")
494494
message (STATUS " libmongocrypt version ${mongocrypt_VERSION} found")
495-
message (STATUS " libmongocrypt version 1.18.0 is required to enable In-Use Encryption Support.")
495+
message (STATUS " libmongocrypt version 1.20.0 is required to enable In-Use Encryption Support.")
496496
set (REQUIRED_MONGOCRYPT_VERSION_FOUND OFF)
497497
elseif (mongocrypt_FOUND)
498498
set (REQUIRED_MONGOCRYPT_VERSION_FOUND ON)

0 commit comments

Comments
 (0)