Browse Source

Add missing component comment (#2124)

Fix #2123
KTGH 8 months ago
parent
commit
b7e33b08f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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).
 	This creates a httplib::httplib target (if found and if listed components are supported).
 	It can be linked like so:
 	It can be linked like so: