minor fixes to build system
This commit is contained in:
parent
cb816dc872
commit
e80899fa79
|
@ -9,7 +9,7 @@ find_package(catkin REQUIRED COMPONENTS urdfdom_headers)
|
||||||
catkin_package(
|
catkin_package(
|
||||||
LIBRARIES ${PROJECT_NAME}
|
LIBRARIES ${PROJECT_NAME}
|
||||||
INCLUDE_DIRS include
|
INCLUDE_DIRS include
|
||||||
DEPENDS urdfdom_headers)
|
CATKIN_DEPENDS urdfdom_headers)
|
||||||
|
|
||||||
include_directories(include)
|
include_directories(include)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ find_package(catkin REQUIRED COMPONENTS collada_parser orocos_kdl roscpp roscons
|
||||||
catkin_package(
|
catkin_package(
|
||||||
LIBRARIES ${PROJECT_NAME}
|
LIBRARIES ${PROJECT_NAME}
|
||||||
INCLUDE_DIRS include
|
INCLUDE_DIRS include
|
||||||
DEPENDS collada_parser roscpp rosconsole urdf)
|
CATKIN_DEPENDS collada_parser roscpp rosconsole urdf)
|
||||||
|
|
||||||
include_directories(include)
|
include_directories(include)
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ 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
|
||||||
DEPENDS urdfdom urdfdom_headers collada_parser rosconsole_bridge roscpp)
|
CATKIN_DEPENDS urdfdom urdfdom_headers collada_parser rosconsole_bridge roscpp)
|
||||||
|
|
||||||
include_directories(include)
|
include_directories(include)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue