Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:alveus:qt6:next
minizip-ng
minizip-ng_shared-zstd.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File minizip-ng_shared-zstd.patch of Package minizip-ng
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ded851..13e6879 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -349,11 +349,7 @@ if(MZ_ZSTD) if(NOT ZSTD_FOUND) find_package(ZSTD QUIET) if(ZSTD_FOUND) - if(TARGET zstd::libzstd_static) - list(APPEND ZSTD_LIBRARIES zstd::libzstd_static) - else() - list(APPEND ZSTD_LIBRARIES zstd::libzstd_shared) - endif() + list(APPEND ZSTD_LIBRARIES zstd::libzstd_shared) endif() endif() endif()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor