Building rtt with ROS_ROOT set fails on non-ROS systems

I thought that the lastest changes made RTT "buildable" even with the
ROS environment variables set.

However, RTT's root CMakeLists.txt still checks for ROS_ROOT (at least
on the rock fork as well as on orocos-toolchain master and stable
branches). Is that intended ?

Building rtt with ROS_ROOT set fails on non-ROS systems

On Fri, Apr 5, 2013 at 2:21 PM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...> wrote:
> I thought that the lastest changes made RTT "buildable" even with the
> ROS environment variables set.
>
> However, RTT's root CMakeLists.txt still checks for ROS_ROOT (at least
> on the rock fork as well as on orocos-toolchain master and stable
> branches). Is that intended ?

No, just very ironic !

How on earth did we miss this... ? I've pushed a fix... I can't omit
the ROS_ROOT check yet (we may use roslib when found for plugin
loading), but I'm no longer modifying the install paths.

Peter