From 5289a9b803981922a2ea49a09d8205bf961cdc83 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Thu, 24 Apr 2025 21:01:56 +0200 Subject: [PATCH] Update cmake requirement cmake 3.5 is deprecated . Ros rolling require cmake 3.15 Signed-off-by: Andrea --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6afc4c..c5f0a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.15) project(class_loader)