mirror of
https://github.com/curl/curl.git
synced 2026-06-23 11:55:39 +03:00
formatting
This commit is contained in:
parent
89dfb49c8a
commit
3ce1857453
1 changed files with 0 additions and 2 deletions
|
|
@ -1235,7 +1235,6 @@ endif()
|
|||
option(CURL_USE_LIBPSL "Use libpsl" ON)
|
||||
mark_as_advanced(CURL_USE_LIBPSL)
|
||||
set(USE_LIBPSL OFF)
|
||||
|
||||
if(CURL_USE_LIBPSL)
|
||||
find_package(Libpsl REQUIRED)
|
||||
list(APPEND CURL_LIBS "CURL::libpsl")
|
||||
|
|
@ -1246,7 +1245,6 @@ endif()
|
|||
option(CURL_USE_LIBSSH2 "Use libssh2" ON)
|
||||
mark_as_advanced(CURL_USE_LIBSSH2)
|
||||
set(USE_LIBSSH2 OFF)
|
||||
|
||||
if(CURL_USE_LIBSSH2)
|
||||
find_package(Libssh2)
|
||||
if(LIBSSH2_FOUND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue