There was an error while loading. Please reload this page.
1 parent b432fa5 commit a15f315Copy full SHA for a15f315
1 file changed
src/libmongoc/CMakeLists.txt
@@ -489,10 +489,10 @@ elseif (NOT ENABLE_CLIENT_SIDE_ENCRYPTION STREQUAL OFF)
489
find_package (mongocrypt QUIET)
490
endif ()
491
492
- if (mongocrypt_FOUND AND "${mongocrypt_VERSION}" VERSION_LESS 1.18.0)
+ if (mongocrypt_FOUND AND "${mongocrypt_VERSION}" VERSION_LESS 1.20.0)
493
message (STATUS " libmongocrypt found at ${mongocrypt_DIR}")
494
message (STATUS " libmongocrypt version ${mongocrypt_VERSION} found")
495
- message (STATUS " libmongocrypt version 1.18.0 is required to enable In-Use Encryption Support.")
+ message (STATUS " libmongocrypt version 1.20.0 is required to enable In-Use Encryption Support.")
496
set (REQUIRED_MONGOCRYPT_VERSION_FOUND OFF)
497
elseif (mongocrypt_FOUND)
498
set (REQUIRED_MONGOCRYPT_VERSION_FOUND ON)
0 commit comments