From 72cee3453b4e2c1a75393df5635b152d1c9cb2c5 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 25 Sep 2023 22:30:26 +0200 Subject: [PATCH] Update CMakeLists.txt set cmake minimum 3.5 https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8192 ubuntu 20.04 use cmake 3.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcc2cb6..60f0cb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.5) project(moveit_msgs) set(MSG_DEPS