lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
179 stars 135 forks source link

CMake: warning about minimum version required too old #2033

Closed redtide closed 4 months ago

redtide commented 4 months ago
Expected Behavior

No warning, bump the minimum version.

Current Behavior

When configuring, there is a CMake warning (IIRC from long time now): "Compatibility with CMake < 3.5 will be removed from a future version of CMake."

Possible Solution

the warning itself suggests the solution by adding a ...3.5 to the minimum version line, but I would set a recent version instead for all LXQt projects for consistence, like a 3.18 which is the one used in Debian Bullseye/oldstable. I might submit a PR for all projects if defined.

Steps to Reproduce (for bugs)

See above

Context
System Information

Any, Archlinux here.

tsujan commented 4 months ago

https://github.com/lxqt/lxqt/discussions/2461