Commit d9e943b
authored
Fix Cmake compatibility issue
The jpeg recipe doesn't compile anymore because CMake dropped compatibility with versions below 3.5.
"Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue an error."
Source: https://cmake.org/cmake/help/latest/release/4.0.html1 parent f491c6e commit d9e943b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
0 commit comments