diff options
| author | Antoine Hoarau <703240+ahoarau@users.noreply.github.com> | 2020-11-06 07:52:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-05 22:52:44 -0800 |
| commit | 7fbbc599ec816c456a02180ac75d42f1fb9e1d73 (patch) | |
| tree | fb3d9123f1f9792bc0a4dd8154f4f447333ffd66 /ports/console-bridge | |
| parent | 193e348cf34c442c5499fbff5f5b6cc78faea6e3 (diff) | |
| download | vcpkg-7fbbc599ec816c456a02180ac75d42f1fb9e1d73.tar.gz vcpkg-7fbbc599ec816c456a02180ac75d42f1fb9e1d73.zip | |
[ignition] Updates on various pkgs 🤖 (#14324)
Diffstat (limited to 'ports/console-bridge')
| -rw-r--r-- | ports/console-bridge/CONTROL | 1 | ||||
| -rw-r--r-- | ports/console-bridge/portfile.cmake | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ports/console-bridge/CONTROL b/ports/console-bridge/CONTROL index 4827ee1e4..035b90076 100644 --- a/ports/console-bridge/CONTROL +++ b/ports/console-bridge/CONTROL @@ -1,4 +1,5 @@ Source: console-bridge Version: 1.0.1 +Port-Version: 1 Homepage: https://github.com/ros/console_bridge Description: a ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages. diff --git a/ports/console-bridge/portfile.cmake b/ports/console-bridge/portfile.cmake index 5ae65507e..cd43cf0df 100644 --- a/ports/console-bridge/portfile.cmake +++ b/ports/console-bridge/portfile.cmake @@ -22,6 +22,10 @@ else() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/console_bridge) endif() +if(EXISTS ${CURRENT_PACKAGES_DIR}/lib/pkgconfig) + vcpkg_fixup_pkgconfig() +endif() + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(READ ${SOURCE_PATH}/src/console.cpp _contents) |
