Lines Matching +full:- +full:- +full:without +full:- +full:zstd
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
27 ----------
29 Find the zstd library
35 System has zstd
37 The zstd include directories.
39 The libraries needed to use zstd
47 find_path(Zstd_INCLUDE_DIR zstd.h
53 find_library(Zstd_LIBRARY NAMES zstd
60 file(READ "${Zstd_INCLUDE_DIR}/zstd.h" _zstd_header)
61 …ATCH ".*define ZSTD_VERSION_MAJOR *([0-9]+).*define ZSTD_VERSION_MINOR *([0-9]+).*define ZSTD_VERS…
66 find_package_handle_standard_args(Zstd