fix depends

This commit is contained in:
Ioan Sucan 2013-03-13 22:21:56 -07:00
parent 7f7aef81e3
commit fa4b78d1a3
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ find_package(catkin REQUIRED COMPONENTS urdfdom urdfdom_headers collada_parser r
catkin_package( catkin_package(
LIBRARIES ${PROJECT_NAME} LIBRARIES ${PROJECT_NAME}
INCLUDE_DIRS include INCLUDE_DIRS include
CATKIN_DEPENDS urdfdom collada_parser rosconsole_bridge roscpp CATKIN_DEPENDS collada_parser rosconsole_bridge roscpp
DEPENDS urdfdom_headers DEPENDS urdfdom_headers urdfdom
) )
include_directories(include) include_directories(include)