From f92b597a3cdcb2552249ff12a0c6a821652d731c Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 11 Oct 2023 09:05:55 +0000 Subject: [PATCH] Bump required cmake version to fix the CMake warning about CMP0048 See https://github.com/ros/catkin/pull/1052 for details --- ur_robot_driver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ur_robot_driver/CMakeLists.txt b/ur_robot_driver/CMakeLists.txt index 6921fe09..a4d0d93a 100644 --- a/ur_robot_driver/CMakeLists.txt +++ b/ur_robot_driver/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.0.2) project(ur_robot_driver) add_definitions( -DROS_BUILD )