kdl_parser
kdl_parser copied to clipboard
fix{cmakelists}: fix no catkin installation path
This PR modifies the CMakeLists.txt to have the same behaviour when the package is installed either using catkin or not.
In this way, the package is fully functional with and without the ROS environment installed.
The folder has been set to : include/${PROJECT_NAME}/ in both cases.