Skip to content

Commit 086aa4d

Browse files
committed
(footwear) scripts don't exist yet
1 parent 8b4958e commit 086aa4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

image_recognition_footwear/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ catkin_python_setup()
77

88
catkin_package()
99

10-
install(PROGRAMS
11-
scripts/footwear_node
12-
scripts/get_footwear
13-
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
14-
)
10+
#install(PROGRAMS
11+
#scripts/footwear_node
12+
#scripts/get_footwear
13+
#DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
14+
#)
1515

1616
if(CATKIN_ENABLE_TESTING)
1717
find_package(catkin_lint_cmake REQUIRED)

0 commit comments

Comments
 (0)