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

[wip/catkin] Update depend.mk

. Add rospack as an indirect dependency of catkin

. Add %-config.cmake in SYSTEM_SEARCH, so that cmake sysdep will
  add -Dcatkin_DIR et al.
parent 723753cc
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,11 @@ DEPEND_DIR.catkin?= ../../wip/catkin
SYSTEM_SEARCH.catkin=\
'lib/pkgconfig/catkin.pc:/Version/s/[^0-9.]//gp' \
'share/catkin/cmake/catkin-config.cmake' \
'share/ros/cmake/ros-config.cmake' \
'${PYTHON_SYSLIBSEARCH}/catkin/__init__.py'
include ../../wip/rospack/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/sysdep/cmake.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