We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a97d00 commit 3c5d98cCopy full SHA for 3c5d98c
src/libmongoc/CMakeLists.txt
@@ -442,7 +442,7 @@ elseif (NOT ENABLE_CLIENT_SIDE_ENCRYPTION STREQUAL OFF)
442
endif ()
443
444
if (mongocrypt_FOUND AND "${mongocrypt_VERSION}" VERSION_LESS 1.5.0)
445
- message ("-- libmongocrypt found at ${LIBMONGOCRYPT_LIBRARY}")
+ message ("-- libmongocrypt found at ${mongocrypt_DIR}")
446
message ("-- libmongocrypt version ${mongocrypt_VERSION} found")
447
message ("-- libmongocrypt version 1.5.0 is required to enable Client-Side Field Level Encryption Support.")
448
set (REQUIRED_MONGOCRYPT_VERSION_FOUND OFF)
0 commit comments