File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ if(@HTTPLIB_IS_USING_BROTLI@)
3535 find_dependency(Brotli COMPONENTS common encoder decoder)
3636endif ()
3737
38+ if (@HTTPLIB_IS_USING_ZSTD@)
39+ find_dependency(zstd)
40+ endif ()
41+
3842# Mildly useful for end-users
3943# Not really recommended to be used though
4044set_and_check(HTTPLIB_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_FULL_INCLUDEDIR@" )
@@ -46,6 +50,7 @@ set_and_check(HTTPLIB_HEADER_PATH "@PACKAGE_CMAKE_INSTALL_FULL_INCLUDEDIR@/httpl
4650set (httplib_OpenSSL_FOUND @HTTPLIB_IS_USING_OPENSSL@)
4751set (httplib_ZLIB_FOUND @HTTPLIB_IS_USING_ZLIB@)
4852set (httplib_Brotli_FOUND @HTTPLIB_IS_USING_BROTLI@)
53+ set (httplib_zstd_FOUND @HTTPLIB_IS_USING_ZSTD@)
4954
5055check_required_components(httplib)
5156
You can’t perform that action at this time.
0 commit comments