What is ROSPACK_MAKEDIST
I see
set(ROSPACK_MAKEDIST true)
in some CMakeLists.txt files at the stack level, but I can't find information about it.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I see
set(ROSPACK_MAKEDIST true)
in some CMakeLists.txt files at the stack level, but I can't find information about it.
That variable is no longer needed, and can safely be deleted from any CMakeLists.txt
file where you find it.
There was a time when ROSPACK_MAKEDIST
was needed to elicit stack-specific behavior from rosbuild
, but it was removed long ago.
Asked: 2011-04-06 20:25:08 -0600
Seen: 196 times
Last updated: Apr 11 '11
Including a package dependency in your personnal packages
Creating a ROS optional Library
Replacing wrapper ROS package for external library - best practices?
Problems with building ros packages
How to link to third party library ?
Stack concept removed from distros since Groovy, how will be the migration? [closed]
Cleaning up when moving a stack/package to a different directory so rosmake won't complain