fix depends
This commit is contained in:
parent
7f7aef81e3
commit
fa4b78d1a3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue