How do I install packages without references to the source files?

asked 2019-09-27 13:12:17 -0500

BitBasher4095 gravatar image

updated 2019-09-28 15:53:18 -0500

jayess gravatar image

I'm using catkin_make on melodic.

I have a situation where the installation target will not have the source files installed. Whenever I run

catkin_make install -DCMAKE_INSTALL_PREFIX=/my/custom/path

the installed files still have a reference to my development path. How do I install a "scrubbed" version of the files so that they do not reference the development path?

edit retag flag offensive close merge delete