DEPENDS on urdfdom_headers rather than CATKIN_DEPENDS
This commit is contained in:
parent
5c11486a77
commit
a64f1193ee
|
@ -8,7 +8,9 @@ find_package(catkin REQUIRED COMPONENTS urdfdom_headers roscpp)
|
|||
catkin_package(
|
||||
LIBRARIES ${PROJECT_NAME}
|
||||
INCLUDE_DIRS include
|
||||
CATKIN_DEPENDS urdfdom_headers roscpp)
|
||||
CATKIN_DEPENDS roscpp
|
||||
DEPENDS urdfdom_headers
|
||||
)
|
||||
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
include_directories(include ${catkin_INCLUDE_DIRS})
|
||||
|
|
|
@ -6,7 +6,9 @@ find_package(catkin REQUIRED COMPONENTS urdfdom urdfdom_headers collada_parser r
|
|||
catkin_package(
|
||||
LIBRARIES ${PROJECT_NAME}
|
||||
INCLUDE_DIRS include
|
||||
CATKIN_DEPENDS urdfdom urdfdom_headers collada_parser rosconsole_bridge roscpp)
|
||||
CATKIN_DEPENDS urdfdom collada_parser rosconsole_bridge roscpp
|
||||
DEPENDS urdfdom_headers
|
||||
)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
|
|
Loading…
Reference in New Issue