diff options
| author | Pavel Mach <machpavel@gmail.com> | 2018-12-05 03:10:35 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-12-04 18:10:35 -0800 |
| commit | e1b5375ea65d14d6f86e8ca1ee722edce9323fef (patch) | |
| tree | 7245368cd64dde600c8c7fff051cb44d96c173f4 | |
| parent | 4d1fd42fca46f4c4dfe35011c8c96ff941db3ca6 (diff) | |
| download | vcpkg-e1b5375ea65d14d6f86e8ca1ee722edce9323fef.tar.gz vcpkg-e1b5375ea65d14d6f86e8ca1ee722edce9323fef.zip | |
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.
| -rw-r--r-- | ports/cppzmq/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cppzmq/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/cppzmq/CONTROL b/ports/cppzmq/CONTROL index e970bac53..d54de7494 100644 --- a/ports/cppzmq/CONTROL +++ b/ports/cppzmq/CONTROL @@ -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 diff --git a/ports/cppzmq/portfile.cmake b/ports/cppzmq/portfile.cmake index 282a86dfd..cd281513a 100644 --- a/ports/cppzmq/portfile.cmake +++ b/ports/cppzmq/portfile.cmake @@ -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) |
