Replace Findzstd.cmake with pkg_check_modules
The following discussion from !4506 (closed) should be addressed:
-
@clemenci started a discussion: We should replace
Findzstd.cmake
+find_package(zstd REQUIRED)
with a callpkg_check_modules
.
The following discussion from !4506 (closed) should be addressed:
We should replace
Findzstd.cmake
+find_package(zstd REQUIRED)
with a callpkg_check_modules
.