From 2aa0023b5b6789ea85d5291d478b0291a446e36d Mon Sep 17 00:00:00 2001 From: sum01 Date: Mon, 31 Mar 2025 19:47:05 -0400 Subject: [PATCH] Add missing component comment Fix #2123 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d540151e37..b0e0fdaca8 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: