Skip to content
Snippets Groups Projects
Commit cb53743e authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/pal-msgs] Fix depend.mk to find properly the cmake file.

parent 4175fa72
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,27 @@ DEPEND_DIR.pal-msgs?=\ ...@@ -22,7 +22,27 @@ DEPEND_DIR.pal-msgs?=\
SYSTEM_SEARCH.pal-msgs=\ SYSTEM_SEARCH.pal-msgs=\
'include/pal_behaviour_msgs/BehaviourArgument.h' \ 'include/pal_behaviour_msgs/BehaviourArgument.h' \
'share/pal_behaviour_msgs/package.xml:/<version>/s/[^0-9.]//gp' 'share/pal_behaviour_msgs/package.xml:/<version>/s/[^0-9.]//gp'\
$(foreach _, \
pal_behaviour_msgs \
pal_common_msgs \
pal_control_msgs \
pal_detection_msgs \
pal_device_msgs \
pal_interaction_msgs \
pal_motion_model_msgs \
pal_multirobot_msgs \
pal_navigation_msgs \
pal_tablet_msgs \
pal_video_recording_msgs \
pal_vision_msgs \
pal_visual_localization_msgs \
pal_walking_msgs \
pal_web_msgs \
pal_wifi_localization_msgs, \
'share/$_/cmake/$_Config.cmake' \
'lib/pkgconfig/$_.pc:/Version/s/[^0-9.]//gp')
endif # PAL_MSGS_DEPEND_MK --------------------------------------- endif # PAL_MSGS_DEPEND_MK ---------------------------------------
......
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