From 5c3090b00dd0b9eb9cf73ab2154c740eaf4a1b2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20G=C3=B6rner?= <me@v4hn.de>
Date: Thu, 2 Apr 2020 18:03:58 +0200
Subject: [PATCH] Bump required cmake version (#61)

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4e880c..5c4d559 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.3)
+cmake_minimum_required(VERSION 3.0.2)
 project(panda_moveit_config)
 
 find_package(catkin REQUIRED)
-- 
GitLab