diff --git a/CMakeLists.txt b/CMakeLists.txt index 049fbf7426..0f688f5914 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.25) # Our module dir, include that now so that we can get the version automatically # from git describe diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index becbfaf62d..8a8a85a8b0 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -94,7 +94,7 @@ Install CMake and Ninja. ``` $ sudo apt-get install cmake ninja-build ``` -> Warning: Currently the required CMake version is 3.20 or above. +> Warning: Currently the required CMake version is 3.25 or above. Run CMake with a following command to generate Makefile: ```