Skip to content

Commit 71bc6fd

Browse files
authored
Merge pull request #756 from k-okada/remove_euslisp_catkin_depends
remove euslisp from CATKIN_DEPENDS, as euslisp is not catkin package from ROS-O
2 parents b135d32 + f38c775 commit 71bc6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roseus_smach/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generate_messages(
1414

1515
catkin_package(
1616
# DEPENDS
17-
CATKIN_DEPENDS euslisp roseus smach smach_ros smach_msgs # TODO
17+
CATKIN_DEPENDS roseus smach smach_ros smach_msgs # TODO
1818
# INCLUDE_DIRS # TODO include
1919
# LIBRARIES # TODO
2020
)

0 commit comments

Comments
 (0)