Skip to content
Success

Changes

Summary

  1. CMakeLists: extend cmake_minimum_required range (details)
  2. Release 0.2.1 (details)
Commit 6f098b972ed79778e0dfb1ad78ad9b4c19f18b0e by Oliver Smith
CMakeLists: extend cmake_minimum_required range

Extend the range from cmake_minimum_required for versions up to 4.0.
Debian unstable ships cmake 4.1.1-2 now, which failed with the previous
cmake_minimum_required with:

[  132s] CMake Error at CMakeLists.txt:22 (cmake_minimum_required):
[  132s]   Compatibility with CMake < 3.5 has been removed from CMake.

I have verified that it builds fine in Debian unstable with this change.

Change-Id: Ifbeac7bf2e828f0cd21a528f60e817a11f47b0b9
The file was modifiedCMakeLists.txt
Commit 62ebc51cc4c5b3bba74f1d05a171e4937a9f93a6 by Oliver Smith
Release 0.2.1

Change-Id: I6664fdbdfaf823245c30501041b5bc2189ae6d4f
The file was modifieddebian/changelog