Initial libcurl wxWebRequest implementation
This commit is contained in:
@@ -155,8 +155,11 @@ endif()
|
||||
if(APPLE)
|
||||
wx_option(wxUSE_WEBREQUEST_URLSESSION "use wxWebRequest URLSession backend")
|
||||
endif()
|
||||
set(wxUSE_WEBREQUEST_CURL_DEFAULT OFF)
|
||||
#TODO: determine wxUSE_WEBREQUEST_CURL_DEFAULT (based)
|
||||
if(APPLE OR WIN32)
|
||||
set(wxUSE_WEBREQUEST_CURL_DEFAULT OFF)
|
||||
else()
|
||||
set(wxUSE_WEBREQUEST_CURL_DEFAULT ON)
|
||||
endif()
|
||||
wx_option(wxUSE_WEBREQUEST_CURL "use wxWebRequest libcurl backend" ${wxUSE_WEBREQUEST_CURL_DEFAULT})
|
||||
|
||||
wx_option(wxUSE_ZIPSTREAM "use wxZip streams")
|
||||
|
Reference in New Issue
Block a user