From b7e33b08f17ae096de3f01a45e7e0a9ebe3c157b Mon Sep 17 00:00:00 2001 From: KTGH Date: Mon, 31 Mar 2025 20:34:28 -0400 Subject: [PATCH] Add missing component comment (#2124) Fix #2123 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d540151..b0e0fda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ ------------------------------------------------------------------------------- - After installation with Cmake, a find_package(httplib COMPONENTS OpenSSL ZLIB Brotli) is available. + After installation with Cmake, a find_package(httplib COMPONENTS OpenSSL ZLIB Brotli zstd) is available. This creates a httplib::httplib target (if found and if listed components are supported). It can be linked like so: