From aedc2f08310e74d00c5eadefd07461fa52890fbb Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 31 Oct 2023 15:53:08 +0100 Subject: [PATCH] Update CMakeLists.txt (#76) cmake minimum version requirement for rolling are v3.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02cf7ce..f19e941 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required( VERSION 2.8.12 FATAL_ERROR ) +cmake_minimum_required( VERSION 3.8 FATAL_ERROR ) project (urdfdom_headers) include(GNUInstallDirs)