File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
Source: libzippp
2
- Version: 2019-07-22
2
+ Version: 3.1-1.6.1
3
+ Homepage: https://github.com/ctabin/libzippp
3
4
Description: Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling
4
5
Build-Depends: zlib, libzip[bzip2]
Original file line number Diff line number Diff line change 1
- include (vcpkg_common_functions)
2
1
3
2
vcpkg_from_github(
4
3
OUT_SOURCE_PATH SOURCE_PATH
5
4
REPO ctabin/libzippp
6
- REF be75a3413b648a3264e94a2c1921c83081dec1e0
7
- SHA512 86c6040bbaea0817486218e96c4d230a328e3560ada41861fbd18d78faa085b158199318d633085e616509084082bf29d6f97afdd2d2dfbc6b843dfbf6a20c85
8
- HEAD_REF master
5
+ REF fb07ca80ebda0576366619b87364b4b3a94426df
6
+ SHA512 c75518d0dba43ca5ae617569c0e3105af4f903a1226bdae100ee0770b4745ce4c889d29788bd2d75e7c8b556a5c339c0610170a620081d67a86cf6639e9e7fb2
7
+ HEAD_REF libzippp-v3.1-1.6.1
9
8
)
10
9
11
10
vcpkg_configure_cmake(
12
11
SOURCE_PATH ${SOURCE_PATH}
13
12
PREFER_NINJA
14
13
OPTIONS
15
- -DBUILD_TESTS =OFF
14
+ -DLIBZIPPP_BUILD_TESTS =OFF
16
15
OPTIONS_DEBUG
17
- -DINSTALL_HEADERS =OFF
16
+ -DLIBZIPPP_INSTALL_HEADERS =OFF
18
17
)
19
18
20
19
vcpkg_install_cmake()
21
20
22
- vcpkg_fixup_cmake_targets(CONFIG_PATH "share/libzippp" )
21
+ if (WIN32 )
22
+ vcpkg_fixup_cmake_targets(CONFIG_PATH "cmake/libzippp" )
23
+ else ()
24
+ vcpkg_fixup_cmake_targets(CONFIG_PATH "share/libzippp" )
25
+ endif ()
23
26
24
27
file (REMOVE_RECURSE ${CURRENT_PACKAGES_DIR} /debug/share)
25
28
You can’t perform that action at this time.
0 commit comments