From f62e4fe9d3e1405e6fd90153b3e2856ca4245e8e Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:33:55 +0200 Subject: [PATCH 1/2] Update minimum CMake version to 3.10 Signed-off-by: mosfet80 <10235105+mosfet80@users.noreply.github.com> --- rmw_implementation_cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_implementation_cmake/CMakeLists.txt b/rmw_implementation_cmake/CMakeLists.txt index 8f32db56..95179e44 100644 --- a/rmw_implementation_cmake/CMakeLists.txt +++ b/rmw_implementation_cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(rmw_implementation_cmake NONE) From 8e7ca77bc898ed38a5986af141d106ccb4fd85b1 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:34:41 +0200 Subject: [PATCH 2/2] Update minimum CMake version to 3.10 Signed-off-by: mosfet80 <10235105+mosfet80@users.noreply.github.com> --- rmw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw/CMakeLists.txt b/rmw/CMakeLists.txt index 089d5cdf..4548e55a 100644 --- a/rmw/CMakeLists.txt +++ b/rmw/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(rmw)