Skip to content
Snippets Groups Projects
Commit 68689241 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/talos-pal-hardware-interfaces] Fix SYSTEM_SEARCH in depend.mk

Add *Config.cmake files to the SYSTEM_SEARCH variable, so that
mk/sysdep/cmake.mk automatically computes the cmake *_DIR variables for
packages using this dependency.
parent a016746e
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ DEPEND_DIR.talos-pal-hardware-interfaces?=\
SYSTEM_SEARCH.talos-pal-hardware-interfaces=\
'include/talos_pal_hardware_interfaces/actuator_temperature_interface.h' \
'share/talos_pal_hardware_interfaces/cmake/talos_pal_hardware_interfacesConfig.cmake' \
'share/talos_pal_hardware_interfaces/package.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/talos_pal_hardware_interfaces.pc:/Version/s/[^0-9.]//gp'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment