ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The problem is solved by downgrading cmake back to 2.8.10.2. Apparently cmake ver 2.8.11 breaks the building process.

Here is the solution

brew uninstall cmake
cd /usr/local/Cellar
brew versions cmake
git checkout 68c419b /usr/local/Library/Formula/cmake.rb
brew install cmake