Skip to content

Commit b7e33b0

Browse files
authored
Add missing component comment (#2124)
Fix #2123
1 parent 0dbe8ba commit b7e33b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
-------------------------------------------------------------------------------
2020
21-
After installation with Cmake, a find_package(httplib COMPONENTS OpenSSL ZLIB Brotli) is available.
21+
After installation with Cmake, a find_package(httplib COMPONENTS OpenSSL ZLIB Brotli zstd) is available.
2222
This creates a httplib::httplib target (if found and if listed components are supported).
2323
It can be linked like so:
2424

0 commit comments

Comments
 (0)