Why catkin_make install Hardcodes Project Paths?

asked 2016-11-02 03:17:51 -0500

Pototo gravatar image

Folks,

I run catkin_make install in my catkin workspace, but it seems that when I check my "install/share/pacakage/cmake/," for my .cmake files, then I see that the paths are hardcoded with my computers user name, etc.

How can I avoid this hardcoding when doing catkin_make install, so that I can transfer my packages to other computers?

I first run: catkin_make -DCMAKE_BUILD_TYPE=Release and the I run catkin_make install. Is that the right procedure?

edit retag flag offensive close merge delete