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 CMake log looks like normal operation of cmake; trying several different sets of flags and options to determine if the pthreads library is available or not.

The real issue here seems to be your equality operator; it looks like the semantics of EQUALS has changed in newer versions of cmake.

According the to the cmake documentation for IF, it looks like you should use EQUAL or STREQUAL.