Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/ssl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ MACRO (MYSQL_CHECK_SSL)
SET(MY_CRYPTO_LIBRARY "${CRYPTO_LIBRARY}")
SET(MY_OPENSSL_LIBRARY "${OPENSSL_LIBRARY}")

# The whitspace here C:/Program Files/OpenSSL-Win64
# The whitespace here C:/Program Files/OpenSSL-Win64
# creates problems for transitive library dependencies.
# Copy the .lib files to the build directory, and link with the copies.
IF(WIN32 AND WITH_SSL STREQUAL "system")
Expand Down