Commit 6cbc63b
committed
Use same CMake minimum version in DownloadProject configuration
We already have a top-level minimum requirement for CMake >= 3.8, so
don't need to specify a lower requirement in a file included from the top
level.
Having a requirement as low as 2.8.2 broke building on newer version of
CMake, which error with "Compatibility with CMake < 3.5 has been removed
from CMake." (seen in GitHub runners with Ubuntu 24.04).1 parent cd39b3a commit 6cbc63b
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- cmake
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments