mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
close ssl in linux default
This commit is contained in:
parent
4e1769cc7d
commit
06b5e24a48
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user