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 @@ -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.7 .0 )
444
+ if (mongocrypt_FOUND AND "${mongocrypt_VERSION} " VERSION_LESS 1.8 .0 )
445
445
message ("-- libmongocrypt found at ${mongocrypt_DIR} " )
446
446
message ("-- libmongocrypt version ${mongocrypt_VERSION} found" )
447
- message ("-- libmongocrypt version 1.7 .0 is required to enable Client-Side Field Level Encryption Support." )
447
+ message ("-- libmongocrypt version 1.8 .0 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