cmake: tweak comments/docs 2

This commit is contained in:
Viktor Szakats 2025-08-23 15:25:43 +02:00
parent e2e5e709d5
commit ec20cd99e1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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")