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 | Q&A answers.ros.org |
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-04-06 20:25:08 -0500
Seen: 154 times
Last updated: Apr 11 '11
Including a package dependency in your personnal packages
ros buildfarm: package build failed because include not found
Building an executable with OpenGL
Unable to get any msgs/srvs to work in CMakeLists [closed]
I need help to implement navigation stack without static map