Catkin adds hardcoded paths to auto-generated .cmake files
Hi all,
I notice that catkin creates hard coded paths in the auto-generated .cmake files when building catkin packages that link/include against plain .cmake files. This is noticeable with robot_state_publisher and kdl_conversions including paths to the install space of orocos_kdl header and library paths.
Is this just a function of catkin_make_isolated?
Is this by design so that you can guarantee to find this library and header for any subsequent build?
Is there anyway to turn this off, it makes my installation space non-relocatable.
Thanks, Dan