ReimuNotMoe / ydotool

Generic command-line automation tool (no X!)
GNU Affero General Public License v3.0
1.52k stars 82 forks source link

Why CMake is halted at 3.4? #225

Closed Paiusco closed 9 months ago

Paiusco commented 9 months ago

Main question is why, and to understand what is blocking ydotool to update the cmake version. Currently, it builds on ubuntu:latest which is 22.04 having cmake 3.22

I'm open to send a PR as long the update is accepted. Which distros are we basing on to block the CMake update?

CMake 3.28.3 is already sending a warning saying:

Compatibility with CMake < 3.5 will be removed from a future version of CMake.

As a side question, why not update the C standard to 2011 as well?

ReimuNotMoe commented 9 months ago

what is blocking ydotool to update the cmake version

Nothing I guess.

Please open a PR if you have the time, thx