Skip to content

Commit 3207fa8

Browse files
authored
chore(cmake): update minimum required version to 3.25.0 (#1539)
1 parent 8da3a23 commit 3207fa8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To further simplify obtaining and including `stdexec` in your CMake project, we
135135

136136
Complete example:
137137
```
138-
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
138+
cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
139139
140140
project(stdexecExample)
141141

test_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.17)
1+
cmake_minimum_required(VERSION 3.25.0)
22
project(PackageTest)
33
enable_testing()
44

0 commit comments

Comments
 (0)