mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
cmake: fix test 1013 with websockets enabled and no TLS
test 1013 is 'Compare curl --version with curl-config --protocols'. Ref: https://github.com/curl/curl/actions/runs/9228363859/job/25392251955 Closes #13769
This commit is contained in:
parent
4a198a50db
commit
0550ec2bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -1685,7 +1685,7 @@ if(NOT CURL_DISABLE_INSTALL)
|
|||
_add_if("RTMP" USE_LIBRTMP)
|
||||
_add_if("MQTT" NOT CURL_DISABLE_MQTT)
|
||||
_add_if("WS" USE_WEBSOCKETS)
|
||||
_add_if("WSS" USE_WEBSOCKETS)
|
||||
_add_if("WSS" USE_WEBSOCKETS AND SSL_ENABLED)
|
||||
if(_items)
|
||||
list(SORT _items)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue