Package: libebml / 1.4.5-2

Metadata

Package Version Patches format
libebml 1.4.5-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 CMake bump minimum CMake version.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cmake: bump minimum cmake version

It fails to build in the CI because older versions support has been dropped in newer CMake.

```
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
```

(cherry picked from commit 6725c5f0169981cb0bd2ee124fbf0d8ca30b762d)