luvit / luv

Bare libuv bindings for lua
Apache License 2.0
832 stars 187 forks source link

Update minimum cmake version to 3.10 #737

Closed dundargoc closed 1 week ago

dundargoc commented 1 week ago

This is to prevent the following warning:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

clason commented 1 week ago

Followup to https://github.com/libuv/libuv/pull/4604