From fa25725042a62ae1e1507f531f07f559dd911f01 Mon Sep 17 00:00:00 2001
From: Rick Staa <rick.staa@outlook.com>
Date: Tue, 15 Aug 2023 18:55:54 +0200
Subject: [PATCH] chore: fix cmake min version deprecation warning (#139)

* chore: fix cmake min version deprecation warning

This commit fixes the cmake min version < 3.5 deprecation warning.

* chore: update minimum cmake version to 3.10

Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>

---------

Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 675c9ac..b03c786 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1.3)
+cmake_minimum_required(VERSION 3.10)
 project(panda_moveit_config)
 
 find_package(catkin REQUIRED)
-- 
GitLab