mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Windows curl options
This commit is contained in:
parent
01a719ee58
commit
1210acbee1
|
|
@ -39,8 +39,8 @@ set(ENABLE_UNIX_SOCKETS OFF CACHE INTERNAL "" FORCE)
|
|||
set(HTTP_ONLY ON CACHE INTERNAL "" FORCE)
|
||||
set(PICKY_COMPILER ON CACHE INTERNAL "" FORCE)
|
||||
if(WIN32)
|
||||
set(CMAKE_USE_WINSSL ON CACHE INTERNAL "" FORCE)
|
||||
set(CURL_STATIC_CRT ${USE_STATIC_CRT} CACHE INTERNAL "" FORCE)
|
||||
set(CURL_USE_SCHANNEL ON CACHE INTERNAL "" FORCE)
|
||||
set(CURL_STATIC_CRT ${TORQUE_STATIC} CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_INET_PTON ON CACHE INTERNAL "" FORCE)
|
||||
elseif(APPLE)
|
||||
set(CURL_USE_OPENSSL OFF CACHE INTERNAL "" FORCE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue