From 3908e4dcb761bd1391e86e44a1f865971ad80c65 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 31 Mar 2025 09:15:25 +0200 Subject: [PATCH] Fix compatibility with CMake 4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4927020..e722a24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3...3.5) project(serial) # Find catkin