File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if("@ENABLE_ARES@")
4
4
find_package (c-ares CONFIG REQUIRED )
5
5
endif ()
6
6
7
- if (@HAVE_ZLIB @ )
7
+ if (@HAVE_LIBZ @ )
8
8
find_package (ZLIB CONFIG REQUIRED )
9
9
endif ()
10
10
if (@HAVE_ZSTD@ )
@@ -21,7 +21,5 @@ if(@HAVE_LIBCRYPTO@)
21
21
endif ()
22
22
endif ()
23
23
24
- find_package (intsizeof CONFIG REQUIRED )
25
-
26
24
include (
"${CMAKE_CURRENT_LIST_DIR} /@[email protected] " )
27
25
check_required_components ("@PROJECT_NAME@" )
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ set(HAVE_ZSTD OFF)
723
723
if (CURL_ZSTD )
724
724
hunter_add_package (zstd )
725
725
find_package (zstd CONFIG REQUIRED )
726
- if (ZLIB_FOUND )
726
+ if (ZSTD_FOUND )
727
727
set (HAVE_ZSTD ON )
728
728
if (HUNTER_ENABLED )
729
729
list (APPEND CURL_LIBS zstd::libzstd_static )
You can’t perform that action at this time.
0 commit comments