CppZMQ library version leveraged to 4.3.0. (#4822)

* CppZMQ library version leveraged to 4.3.0.

* [cppzmq] Disable building tests. Remove vendored FindZeroMQ since our copy already supports the targets.
This commit is contained in:
Pavel Mach 2018-12-05 03:10:35 +01:00 committed by Robert Schumacher
parent 4d1fd42fca
commit e1b5375ea6
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Source: cppzmq
Version: 4.2.2-1
Version: 4.3.0-1
Build-Depends: zeromq
Description: lightweight messaging kernel, C++ bindings

View File

@ -1,24 +1,24 @@
#header-only library
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeromq/cppzmq
REF v4.2.2
SHA512 5f61ea4a16987c1363c3029cf46b3e83ddd86d65e8d639b0332d691f8fdb5cee121b5d72a9b8c89221daf52ea5892219e0bc4ea4e761bb1e7deb1659011dd3c9
REF v4.3.0
SHA512 c9e08e48795b9043c689ffa6953ac59e0fe79d9110d79e06609ab67bf76bea52147b59ecf033f7a06e57d5eb0c3c6bc79634af789966ff22d7d80091d19b135d
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS -DCPPZMQ_BUILD_TESTS=OFF
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH share/cmake/cppzmq)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/share/cppzmq/libzmq-pkg-config)
# Handle copyright
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cppzmq)