Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
add buildtool depend on pkg-config (#1)
Browse files Browse the repository at this point in the history
http://build.ros.org/view/Ksrc_uX/job/Kbin_uX64__kinesis_manager__ubuntu_xenial_amd64__binary/1/console
Resolves:
15:41:49 CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
15:41:49   Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

rosdep key `pkg-config` https://github.com/ros/rosdistro/blob/master/rosdep/base.yaml#L4205
  • Loading branch information
tfoote authored and mm318 committed Nov 27, 2018
1 parent eec7057 commit 130e6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kinesis_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@


<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>

<depend>aws_common</depend>
<depend>curl</depend>
Expand Down

0 comments on commit 130e6bd

Please sign in to comment.