From ff064ebaea97e9327eb5c69af96f15e3d98ebc12 Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Tue, 27 Dec 2022 08:09:42 -0800 Subject: [PATCH] bumped cmake requirement --- CMakeLists.txt | 2 +- README.md | 2 +- cmake/fetch-GoogleTest.cmake | 2 +- cmake/fetch_re-mock.cmake | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40c41a1..e3f6fa2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.24) set(re-edit_VERSION_MAJOR 1) set(re-edit_VERSION_MINOR 0) diff --git a/README.md b/README.md index 3f53199..a741779 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Features implemented by the code Build ----- -* The project is a CMake based project and requires CMake 3.20+ to be installed. +* The project is a CMake based project and requires CMake 3.24+ to be installed. * The Rack Extension SDK must be installed. Please follow the instructions provided with [re-mock](https://github.com/pongasoft/re-mock) for details. * If you want to build the archive on Windows, you must install Wix (v3) * All other dependencies are fetched automatically diff --git a/cmake/fetch-GoogleTest.cmake b/cmake/fetch-GoogleTest.cmake index ee2bfdc..7c29c5e 100644 --- a/cmake/fetch-GoogleTest.cmake +++ b/cmake/fetch-GoogleTest.cmake @@ -14,7 +14,7 @@ # # @author Yan Pujante -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.24) include(FetchContent) diff --git a/cmake/fetch_re-mock.cmake b/cmake/fetch_re-mock.cmake index 20d9d76..7a40080 100644 --- a/cmake/fetch_re-mock.cmake +++ b/cmake/fetch_re-mock.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.24) include(FetchContent)