ros-perception / vision_msgs

Algorithm-agnostic computer vision message types for ROS.
Apache License 2.0
155 stars 74 forks source link

Avoid CMP0048 warning #36

Closed Kukanani closed 4 years ago

Kukanani commented 4 years ago

Examples of similar fixes: https://github.com/ros/catkin/pull/1052 https://github.com/ros/message_generation/pull/5

Kukanani commented 4 years ago

Tested and working in noetic docker container, sudo docker run -it osrf/ros:noetic-desktop-full /bin/bash:

apt update
apt install git python3-colcon-common-extensions
git clone https://github.com/Kukanani/vision_msgs.git
cd vision_msgs/
git checkout origin/avoid-cmp0048-warning-on-newer-cmake-versions
colcon build