File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,5 @@ configure_file(
23
23
install (FILES slime-config.el sbclrc-ros
24
24
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
25
25
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
-
32
26
install (PROGRAMS slime_ros_init
33
- DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
27
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
Original file line number Diff line number Diff line change 4
4
(require 'asdf)
5
5
(pushnew #p"${CMAKE_INSTALL_PREFIX}/share/common-lisp/source/"
6
6
asdf:*central-registry* :test #'equal)
7
- (pushnew #p"${CMAKE_INSTALL_PREFIX}/share/common-lisp/source/slime/"
8
- asdf:*central-registry* :test #'equal)
You can’t perform that action at this time.
0 commit comments