ocl/scripts/pkg/CMakeLists.txt currently checks the IS_ROS_PACKAGE variable, which is not set anymore in UseOROCOS-RTT.cmake.
On the other side, I do not understand the logic here: Why should the orocreate-pkg script and templates folder not be installed in ROS packages? With rosbuild the install() commands usually had no effect anyway.
ocl/scripts/pkg/CMakeLists.txt currently checks the
IS_ROS_PACKAGE
variable, which is not set anymore inUseOROCOS-RTT.cmake
.On the other side, I do not understand the logic here: Why should the
orocreate-pkg
script andtemplates
folder not be installed in ROS packages? With rosbuild theinstall()
commands usually had no effect anyway.