From d48f5a4958a9fa1d0c8345f94def2c870424511f Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 1 May 2023 22:24:09 +0000 Subject: cmake: bump minimum required version to 3.22 This is the version that is installed on Ubuntu 22.04-LTS, and what is possible to regularly test with the current infrastructure. 3.19+ is needed to allow for use of CMakePresets.json. Signed-off-by: GitHub --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d8c24d..61a26ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors. # SPDX-License-Identifier: mit -cmake_minimum_required(VERSION 3.17...3.26) +cmake_minimum_required(VERSION 3.22...3.26) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) -- cgit v1.2.1