mirror of
https://github.com/curl/curl.git
synced 2026-06-10 06:04:19 +03:00
cmake: tweak comments/docs 2
This commit is contained in:
parent
e2e5e709d5
commit
ec20cd99e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,7 +1112,7 @@ if(USE_NGTCP2)
|
|||
elseif(HAVE_LIBRESSL)
|
||||
find_package(NGTCP2 COMPONENTS "LibreSSL")
|
||||
if(NOT NGTCP2_FOUND)
|
||||
find_package(NGTCP2 REQUIRED COMPONENTS "quictls") # for ngtcp2 1.14.0 or older
|
||||
find_package(NGTCP2 REQUIRED COMPONENTS "quictls") # for ngtcp2 <1.15.0
|
||||
endif()
|
||||
else()
|
||||
find_package(NGTCP2 REQUIRED COMPONENTS "quictls")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue