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 63e5e92 commit 7531488Copy full SHA for 7531488
src/libmongoc/CMakeLists.txt
@@ -146,7 +146,7 @@ if (OPENSSL_FOUND)
146
if (WIN32 AND OPENSSL_VERSION GREATER 1.1 AND NOT
147
${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.7)
148
message (FATAL_ERROR "Building against OpenSSL 1.1.0 and later requires CMake 3.7 or later (hint:"
149
- "You can also compile against Windows Secure Transport with -DENABLE_SSL=WINDOWS")
+ " You can also compile against Windows Secure Transport with -DENABLE_SSL=WINDOWS")
150
endif ()
151
if (APPLE AND NOT OPENSSL_ROOT_DIR)
152
message (WARNING "Building with OpenSSL but OPENSSL_ROOT_DIR not defined. If build fails to link"
0 commit comments