close ssl in linux default

This commit is contained in:
ruanshudong 2020-02-27 12:01:43 +08:00
parent 4e1769cc7d
commit 06b5e24a48

View File

@ -11,7 +11,9 @@ option(TARS_PROTOBUF "option for protocol" OFF)
if (TARS_MYSQL)
add_definitions(-DTARS_MYSQL=1)
if(WIN32)
set(TARS_SSL ON)
endif()
endif ()
if (TARS_SSL)