Commit 7752ab20 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

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

parent b013ad9e
......@@ -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