equalsraf / neovim-qt

Neovim client library and GUI, in Qt5.
https://github.com/equalsraf/neovim-qt/wiki
ISC License
1.86k stars 171 forks source link

cmake: set the minimum version to 3.9.0 #1093

Closed davvid closed 9 months ago

davvid commented 9 months ago

Newer versions of cmake warn that support for cmake < 3.5 will be removed.

cmake 3.9.0 was released in 2017 and most distros have much newer versions available at this point.

Bump the minimum required version to 3.9.0 to silence deprecation warnings.

equalsraf commented 9 months ago

Merged, thanks @davvid