Need more p: the proper target name for link with is libzippp::libzippp.
The project's README wrongly suggests to use libzipp::libzipp.
GitHub
github.com › microsoft › vcpkg › issues › 2973
cmake find_package(libzip) support · Issue #2973 · microsoft/vcpkg
March 6, 2018 - It would be nice if find_package(libzip REQUIRED) would work after vcpkg.exe install libzip. Installing something like the attached files to the installed \share\libzip when installing libzip should do it. libzip-config.cmak...
Author microsoft
GitHub
github.com › ctabin › libzippp › issues › 97
Could NOT find LIBZIP (missing: _libzip_pkgcfg) · Issue #97 · ctabin/libzippp
June 2, 2021 - +++ CMakeLists.txt @@ -17,7 +17,7 @@ option(LIBZIPPP_ENABLE_ENCRYPTION "Build with encrypti list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") -find_package(LIBZIP MODULE REQUIRED) +find_package(libzip REQUIRED) add_library(libzippp "src/libzippp.cpp") add_library(libzippp::libzippp ALIAS libzippp) # Convenience alias @@ -87,10 +87,10 @@ if(LIBZIPPP_INSTALL) COMPATIBILITY SameMajorVersion ) - install( - FILES ${PROJECT_CONFIG_FILE} ${PROJECT_VERSION_FILE} cmake/FindLIBZIP.cmake - DESTINATION ${configInstallDestination} - ) + #install( + # FILES ${PROJECT_CONFIG_FILE} ${PROJECT_VERSION_FILE} cmake/FindLIBZIP.cmake + # DESTINATION ${configInstallDestination} + #) install( EXPORT libzipppTargets
Author ctabin
GitHub
github.com › AerialX › libbricks › blob › master › cmake › FindLibZip.cmake
libbricks/cmake/FindLibZip.cmake at master · AerialX/libbricks
find_package(ZLIB) · find_path(LIBZIP_INCLUDE_DIR_zh · NAMES · zip.h · ) · find_path(LIBZIP_INCLUDE_DIR_zch · NAMES · zipconf.h · PATHS · /lib/libzip/include · ) · find_library(LIBZIP_LIBRARY · NAMES · zip ·
Author AerialX
GitHub
github.com › ctabin › libzippp › blob › master › README.md
libzippp/README.md at master · ctabin/libzippp
December 8, 2019 - Once installed libzippp can be ... into your projects CMAKE_PREFIX_PATH you can simply call find_package(libzippp 3.0 REQUIRED) and link against libzippp::libzippp....
Author ctabin
GitHub
github.com › nih-at › libzip › issues › 252
Add libzip and zlib into same project, but libzip report find_package error "Could NOT find ZLIB" · Issue #252 · nih-at/libzip
August 7, 2021 - [cmake] CMake Error at C:/Library/cmake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): [cmake] Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) (Required is [cmake] at least version "1.1.2") [cmake] Call Stack (most recent call first): [cmake] C:/Library/cmake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) [cmake] C:/Library/cmake/share/cmake-3.21/Modules/FindZLIB.cmake:120 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) [cmake] remote/libzip/CMakeLists.txt:178 (find_package)
Author nih-at
GitHub
github.com › microsoft › vcpkg › issues › 12600
[libzip] find_package doesn't work as well as setting libzip_DIR · Issue #12600 · microsoft/vcpkg
July 27, 2020 - Is your feature request related to a problem? Please describe. find_package(libzip CONFIG REQUIRED) doesn't work: Could not find a package configuration file provided by "libzip" with any of the following names: libzipConfig.cmake libzip...
Author microsoft
Libzip
libzip.org
libzip - libzip
A list of available packages can be found on Repology. For building and installing libzip from source, see the build instructions. libzip is fully documented via man pages. HTML versions of the man pages are in the Reference section. Example source code is in the examples and src subdirectories. If you have developed an application using libzip, you can find ...
Debian
bugs.debian.org › cgi-bin › bugreport.cgi
#973280 - libzip-dev: libzip-targets.cmake requires zip tools but doesn't depend on them - Debian Bug report logs
October 28, 2020 - * The installation package was faulty and contained "/usr/lib/x86_64-linux-gnu/cmake/libzip/libzip-targets.cmake" but not all the files it references. Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/libzip/libzip-config.cmake:42 (include) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred!
GitHub
github.com › nih-at › libzip › blob › main › CMakeLists.txt
libzip/CMakeLists.txt at main · nih-at/libzip
find_package(OpenSSL) endif() if(WIN32) if(ENABLE_WINDOWS_CRYPTO) set(WINDOWS_CRYPTO_FOUND TRUE) endif() endif() · option(BUILD_SHARED_LIBS "Build shared libraries" ON) option(LIBZIP_DO_INSTALL "Install libzip and the related files" ON) · option(SHARED_LIB_VERSIONNING "Add SO version in .so build" ON) ·
Author nih-at
GitHub
github.com › ctabin › libzippp
GitHub - ctabin/libzippp: C++ wrapper for libzip · GitHub
Once installed libzippp can be ... into your projects CMAKE_PREFIX_PATH you can simply call find_package(libzippp 3.0 REQUIRED) and link against libzippp::libzippp....
Starred by 454 users
Forked by 97 users
Languages C++ 86.8% | CMake 5.9% | Makefile 4.5% | Batchfile 2.8%
GitHub
github.com › TheImagingSource › tiscamera › blob › master › cmake › modules › FindLibZip.cmake
tiscamera/cmake/modules/FindLibZip.cmake at master · TheImagingSource/tiscamera
# LIBZIP_INCLUDE_DIR, where to find the headers · # · FIND_PATH(LIBZIP_INCLUDE_DIR zip.h · $ENV{LIBZIP_DIR}/include · $ENV{LIBZIP_DIR} /usr/local/include · /usr/include · ) · FIND_LIBRARY(LIBZIP_LIBRARY · NAMES libzip zip · PATHS · $ENV{LIBZIP_DIR}/lib ·
Author TheImagingSource
The Mail Archive
mail-archive.com › debian-bugs-dist@lists.debian.org › msg1771040.html
Bug#973280: libzip-dev: libzip-targets.cmake requires zip tools but doesn't depend on them
The root cause is that the newly added CMake files for libzip require zipcmp, zipmerge, and zipinfo to be installed. The following CMakeLists.txt demonstrates it: cmake_minimum_required(VERSION 3.1) project(test) find_package(libzip) Without the tools installed, running "cmake ." fails like this: CMake Error at /usr/lib/x86_64-linux-gnu/cmake/libzip/libzip-targets.cmake:93 (message): The imported target "libzip::zipcmp" references the file "/usr/bin/zipcmp" but this file does not exist.
Stack Overflow
stackoverflow.com › questions › 70822534 › cmake-with-vcpkg-cant-find-lib-files
cmake with vcpkg can't find *.lib files - Stack Overflow
As for libzip library, its configuration is installed with NAMESPACE option equal to libzip::, so the proper target to link with is libzip::zip (not a libzip as in your code). ... @Tsyvarev When I use target_link_libraries(Game PRIVATE Microsoft::DirectXTK) I receive this error: Target "Game" links to target "Microsoft::DirectXMath" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
Ubuntu
launchpad.net › ubuntu › +source › libzip
libzip package : Ubuntu
libzip-dev: library for reading, creating, and modifying zip archives (development) libzip5: library for reading, creating, and modifying zip archives (runtime) libzip5-dbgsym: debug symbols for libzip5 zipcmp: compare contents of zip archives zipcmp-dbgsym: debug symbols for zipcmp zipmerge: merge zip archives zipmerge-dbgsym: debug symbols for zipmerge ziptool: modify zip archives ziptool-dbgsym: debug symbols for ziptool · This package has 2 new bugs and 0 open questions.
GitHub
github.com › microsoft › vcpkg › issues › 13925
Unable to link to lib zip · Issue #13925 · microsoft/vcpkg
October 7, 2020 - find_package(libzippp CONFIG REQUIRED) target_link_libraries(${PROJECT_NAME} libzip::libzip libzippp::libzippp)
Author microsoft
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource libzip
It does not support multiple arguments ... or "gnome", Arch could be "i386" or "src", etc. depending on your system. libzip is a C library for reading, creating, and modifying zip archives....
Libzip
libzip.org › packages
Packages · libzip
libzip has been packaged for various operating systems and distributions. We know of at least the following.
Stack Overflow
stackoverflow.com › questions › 67180256 › building-libzip-on-macos-with-cmake-unable-to-find-right-package
Building Libzip on MacOS with Cmake unable to find right package - Stack Overflow
I'm building libzip [version 1.7.3]. The package uses CMake. I do the following as initial setup: wget -c https://github.com/nih-at/libzip/releases/download/v1.7.3/libzip-1.7.3.tar.gz tar -zxf libz...
GitHub
github.com › roottusk › vapi › issues › 53
E: Unable to locate package libzip-dev · Issue #53 · roottusk/vapi
August 17, 2023 - The command '/bin/sh -c apt-get update && apt-get install -y libzip-dev && apt-get install -y zlib1g-dev && rm -rf /var/lib/apt/lists/* && docker-php-ext-install zip' returned a non-zero code: 100 ...
Author roottusk