Set valid default ("yes") for WITH_SSL cmake variable on Unixes.
This commit is contained in:
parent
952fd3e873
commit
bdb05fcf7c
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user