diff --git a/CMakeLists.txt b/CMakeLists.txt index b9c28c2..4804520 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ # limitations under the License. ## -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.25) project(FiberTaskingLib CXX) # Options diff --git a/CMakePresets.json b/CMakePresets.json index 24e59a9..8213012 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -2,8 +2,7 @@ "version": 4, "cmakeMinimumRequired": { "major": 3, - "minor": 19, - "patch": 2 + "minor": 25 }, "configurePresets": [ { diff --git a/third_party/boost_context/CMakeLists.txt b/third_party/boost_context/CMakeLists.txt index 213d2a8..84a9c72 100644 --- a/third_party/boost_context/CMakeLists.txt +++ b/third_party/boost_context/CMakeLists.txt @@ -3,7 +3,7 @@ ## (See accompanying file LICENSE_1_0.txt or copy at ## http://www.boost.org/LICENSE_1_0.txt) -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.25) project(boost_context ASM)