Skip to content

Commit

Permalink
[cyclonedds-cxx] Fix idllib (#29954)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex-purple committed Mar 2, 2023
1 parent 741bbd3 commit c7e4edf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 28 deletions.
2 changes: 0 additions & 2 deletions ports/cyclonedds-cxx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ vcpkg_from_github(
REF "${VERSION}"
SHA512 7131b0980edf4dbd16ffd29edde24b4f31c8a4813eda7dfe93fe11f9eb102ef682651a037a12bf671b4617a673e35d97106172828328e47de51d0baddae22ab6
HEAD_REF master
PATCHES
static-idllib.patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
25 changes: 0 additions & 25 deletions ports/cyclonedds-cxx/static-idllib.patch

This file was deleted.

1 change: 1 addition & 0 deletions ports/cyclonedds-cxx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cyclonedds-cxx",
"version": "0.10.2",
"port-version": 1,
"description": "C++ binding for Eclipse Cyclone DDS",
"homepage": "https://cyclonedds.io",
"license": "EPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@
},
"cyclonedds-cxx": {
"baseline": "0.10.2",
"port-version": 0
"port-version": 1
},
"czmq": {
"baseline": "4.2.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cyclonedds-cxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4b29e2454be8abe4661edb20bde4cd35871202d4",
"version": "0.10.2",
"port-version": 1
},
{
"git-tree": "163e5b6e1b6e95281b7888cf31b6407c40981040",
"version": "0.10.2",
Expand Down

0 comments on commit c7e4edf

Please sign in to comment.