Commit 0c0b5d1
committed
Remove cmake_minimum_required from DownloadProject configuration
We already have a top-level minimum requirement for CMake >= 3.8, so
don't need to specific that 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 32143dd commit 0c0b5d1
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
0 commit comments