ridiculousfish / libdivide

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

Increase minimum CMake version to 3.5 #106

Closed qak closed 10 months ago

qak commented 10 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 10 months ago

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

ridiculousfish commented 10 months ago

Thank you!