File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -424,10 +424,10 @@ elseif (NOT ENABLE_CLIENT_SIDE_ENCRYPTION STREQUAL OFF)
424
424
find_package (mongocrypt QUIET )
425
425
endif ()
426
426
427
- if (mongocrypt_FOUND AND "${mongocrypt_VERSION} " VERSION_LESS 1.1 .0 )
427
+ if (mongocrypt_FOUND AND "${mongocrypt_VERSION} " VERSION_LESS 1.3 .0 )
428
428
message ("-- libmongocrypt found at ${LIBMONGOCRYPT_LIBRARY} " )
429
429
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." )
431
431
set (REQUIRED_MONGOCRYPT_VERSION_FOUND OFF )
432
432
elseif (mongocrypt_FOUND )
433
433
set (REQUIRED_MONGOCRYPT_VERSION_FOUND ON )
You can’t perform that action at this time.
0 commit comments