Skip to content

Commit

Permalink
bumped cmake requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Dec 27, 2022
1 parent fcc1dcd commit ff064eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmake/fetch-GoogleTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# @author Yan Pujante

cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.24)

include(FetchContent)

Expand Down
2 changes: 1 addition & 1 deletion cmake/fetch_re-mock.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.24)

include(FetchContent)

Expand Down

0 comments on commit ff064eb

Please sign in to comment.