From fc7116694914f7102d2c5784f86f3a0d2a93b9eb Mon Sep 17 00:00:00 2001 From: gavanderhoorn Date: Mon, 3 Feb 2025 15:01:52 +0100 Subject: [PATCH] crx10ia: bump min CMake version Catch up with ros-industrial/fanuc#309. --- fanuc_crx10ia_support/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanuc_crx10ia_support/CMakeLists.txt b/fanuc_crx10ia_support/CMakeLists.txt index ed1548d3..74d3b935 100644 --- a/fanuc_crx10ia_support/CMakeLists.txt +++ b/fanuc_crx10ia_support/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(fanuc_crx10ia_support)