mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
support windows compiler
This commit is contained in:
parent
49a91f972b
commit
46a78d383d
@ -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
|
Loading…
Reference in New Issue
Block a user