Commit e3bd533
committed
fix(linux_introspection): declare pkg-config as buildtool_depend
CMakeLists.txt uses find_package(PkgConfig REQUIRED) to locate
libsystemd via pkg_check_modules, but package.xml did not declare
pkg-config as a buildtool dependency. On clean buildfarm agents
rosdep only installs declared dependencies, so the pkg-config
binary was missing and CMake configure failed. Local dev
environments typically have pkg-config installed system-wide,
which masked the issue.
Closes #3521 parent bcc8df5 commit e3bd533
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments