mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:44:16 +03:00
CMakeLists.txt sort two blocks
This commit is contained in:
parent
3466401972
commit
b9a72842e3
1 changed files with 2 additions and 2 deletions
|
|
@ -476,10 +476,10 @@ option(CURL_DISABLE_VERBOSE_STRINGS "Disable verbose strings" OFF)
|
|||
mark_as_advanced(CURL_DISABLE_VERBOSE_STRINGS)
|
||||
|
||||
if(CURL_DISABLE_HTTP)
|
||||
set(CURL_DISABLE_IPFS ON)
|
||||
set(CURL_DISABLE_RTSP ON)
|
||||
set(CURL_DISABLE_ALTSVC ON)
|
||||
set(CURL_DISABLE_HSTS ON)
|
||||
set(CURL_DISABLE_IPFS ON)
|
||||
set(CURL_DISABLE_RTSP ON)
|
||||
set(CURL_DISABLE_WEBSOCKETS ON)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue