From ec20cd99e178a7b1d3495ffb136526116fb5e6e1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 23 Aug 2025 15:25:43 +0200 Subject: [PATCH] cmake: tweak comments/docs 2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb0c502f57..81287f61aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")