Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions ports/cppzmq/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeromq/cppzmq
REF "v${VERSION}"
SHA512 4a4f3c2a270b9b21591b08a81f2ab6a72693af213c115f2c0aa5b737fd0363d09dba92437f48268ff982e6c27d6830f79244599bd9198e3402c6cca566cea27a
SHA512 7ef3866fe0a337771be40153dd744306fa951214329670a068a0344e909b1128fabce22676561d68bed270716e6fabda53e8bcc839184565db634b38d11bdbac
HEAD_REF master
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
draft ENABLE_DRAFTS
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS ${FEATURE_OPTIONS}
OPTIONS
-DCPPZMQ_BUILD_TESTS=OFF
)

Expand Down
18 changes: 2 additions & 16 deletions ports/cppzmq/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cppzmq",
"version": "4.10.0",
"version": "4.11.0",
"description": "Header-only C++ binding for ZeroMQ",
"homepage": "https://github.com/zeromq/cppzmq",
"license": "MIT",
Expand All @@ -14,19 +14,5 @@
"host": true
},
"zeromq"
],
"features": {
"draft": {
"description": "Build and install draft",
"dependencies": [
{
"name": "zeromq",
"default-features": false,
"features": [
"draft"
]
}
]
}
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@
"port-version": 1
},
"cppzmq": {
"baseline": "4.10.0",
"baseline": "4.11.0",
"port-version": 0
},
"cpr": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cppzmq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "df982bd9e43dc6efa66007e070c6559baee6453b",
"version": "4.11.0",
"port-version": 0
},
{
"git-tree": "8e7a8ca62f55304268afb4ddd9220cc39d6b4831",
"version": "4.10.0",
Expand Down