Commit bdb05fcf authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Set valid default ("yes") for WITH_SSL cmake variable on Unixes.

parent 952fd3e8
......@@ -77,6 +77,8 @@ MACRO (MYSQL_CHECK_SSL)
IF(NOT WITH_SSL)
IF(WIN32)
CHANGE_SSL_SETTINGS("bundled")
ELSE()
SET(WITH_SSL "yes")
ENDIF()
ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment