ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.1k stars 79 forks source link

Increase minimum CMake version to 3.5 #106

Closed qak closed 11 months ago

qak commented 11 months ago

Starting with CMake 3.27, configuring libdivide prints a deprecation warning because compatibility with versions of CMake older than 3.5 is deprecated. This pull request increases the minimum CMake version from 3.4 to 3.5, which resolves the issue.

qak commented 11 months ago

It looks like the AppVeyor build failure is unrelated to the changes in this pull request.

ridiculousfish commented 11 months ago

Thank you!