Skip to content

Commit a9d0a53

Browse files
committed
[slime_ros] slime ROS contrib moved directly to slime_wrapper
1 parent e285af6 commit a9d0a53

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Diff for: slime_ros/CMakeLists.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,5 @@ configure_file(
2323
install(FILES slime-config.el sbclrc-ros
2424
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
2525

26-
install(FILES slime-ros.el
27-
DESTINATION ${CATKIN_GLOBAL_SHARE_DESTINATION}/emacs/site-lisp/slime/contrib)
28-
29-
install(FILES swank-ros.asd swank-ros.lisp
30-
DESTINATION ${CATKIN_GLOBAL_SHARE_DESTINATION}/common-lisp/source)
31-
3226
install(PROGRAMS slime_ros_init
33-
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
27+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

Diff for: slime_ros/sbclrc-ros.in

-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
44
(require 'asdf)
55
(pushnew #p"${CMAKE_INSTALL_PREFIX}/share/common-lisp/source/"
66
asdf:*central-registry* :test #'equal)
7-
(pushnew #p"${CMAKE_INSTALL_PREFIX}/share/common-lisp/source/slime/"
8-
asdf:*central-registry* :test #'equal)

0 commit comments

Comments
 (0)