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 -0500
Seen: 161 times
Last updated: Apr 11 '11
Creating a ROS optional Library
How to link to third party library ?
Custom action message can't be found during compilation
How to I find out which package includes a certain stack/nodes on ubuntu
navigation stack and robot_localization
Use 3rd party library with ROS Groovy & C++
robot hits the obstacles and turns around occasionally using navigation stack