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

[wip/ros-gencpp] Update depend.mk

. Add a -config.cmake in SYSTEM_SEARCH

. Export GENCPP_BIN path in depend.mk
parent 6ebcb85a
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,13 @@ DEPEND_DIR.ros-gencpp?= ../../wip/ros-gencpp
SYSTEM_SEARCH.ros-gencpp=\
bin/gen_cpp.py \
share/gencpp/cmake/gencpp-config.cmake \
'share/gencpp/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/gencpp.pc:/Version/s/[^0-9.]//gp'
export GENCPP_BIN= ${PREFIX.ros-gencpp}/bin/gen_cpp.py
CMAKE_ARGS+= -DGENCPP_BIN=${GENCPP_BIN}
endif # ROS_GENCPP_DEPEND_MK -----------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
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