Skip to content

Commit 7531488

Browse files
committed
CDRIVER-2505 fix spacing
1 parent 63e5e92 commit 7531488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if (OPENSSL_FOUND)
146146
if (WIN32 AND OPENSSL_VERSION GREATER 1.1 AND NOT
147147
${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.7)
148148
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")
149+
" You can also compile against Windows Secure Transport with -DENABLE_SSL=WINDOWS")
150150
endif ()
151151
if (APPLE AND NOT OPENSSL_ROOT_DIR)
152152
message (WARNING "Building with OpenSSL but OPENSSL_ROOT_DIR not defined. If build fails to link"

0 commit comments

Comments
 (0)