How do I install packages without references to the source files?
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?