From 3a60510140b630ca071ca20ed512cc625c1751cc Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 24 May 2024 13:12:04 -0700 Subject: [PATCH] Require cmake version 3.22.1 Part of gazebosim/gz-cmake#350. Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- examples/CMakeLists.txt | 2 +- examples/plugins/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87e8242e..41c2bdcc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) +cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) #============================================================================ # Initialize the project diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index ad2914c7..dc5050ac 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) +cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) project(examples) diff --git a/examples/plugins/CMakeLists.txt b/examples/plugins/CMakeLists.txt index 9e6237fc..6522eedb 100644 --- a/examples/plugins/CMakeLists.txt +++ b/examples/plugins/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) +cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) # Each source file in this directory is meant to be compiled into a plugin