luvit / luv

Bare libuv bindings for lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please consider upgrading the minimum required version of cmake

dundargoc opened this issue · comments

Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. I'd like to make a request that we move the minimum required version to at least 3.0 to ensure we don't rely on deprecated features. This will also get rid of the annoying deprecation warning each time the project is built.

Please feel free to close the issue if this isn't possible or wanted.

Unless there's reason not to, seems like the 'safest' thing to do would just be to set the minimum to 2.8.12.