support windows compiler

This commit is contained in:
ruanshudong 2020-03-09 16:06:59 +08:00
parent 49a91f972b
commit 46a78d383d
2 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ option(TARS_PROTOBUF "option for protocol" OFF)
if (TARS_MYSQL)
add_definitions(-DTARS_MYSQL=1)
if(WIN32)
set(TARS_SSL ON)
endif()
# if(WIN32)
# set(TARS_SSL ON)
# endif()
IF(UNIX AND NOT APPLE)
FIND_PACKAGE(Curses)

@ -1 +1 @@
Subproject commit 0c24c6a8ea0406c0c3dc6e8e56bc895996bb9cd6
Subproject commit 504ebee584ac972943a9ffef7b738114300793e4