ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi!
To solve this, I use the following in the header of the CMakeLists.txt of the package ..
cmake_minimum_required(VERSION 2.8)
project(Name)
cmake_policy(SET CMP0054 OLD)
cmake_policy(SET CMP0045 OLD)