mobius3 / tweeny

A modern C++ tweening library
http://mobius3.github.io/tweeny
MIT License
742 stars 53 forks source link

Updated cmake_required_version #40

Closed johanlindfors closed 9 months ago

johanlindfors commented 9 months ago

From CMAKE documentation:

Changed in version 3.27: Compatibility with versions of CMake older than 3.5 is deprecated. Calls to cmake_minimum_required(VERSION) or cmake_policy(VERSION) that do not specify at least 3.5 as their policy version (optionally via ...) will produce a deprecation warning in CMake 3.27 and above.

This minor change removes the deprecated message, has been tested with CMAKE 3.28.1 on Arch Linux.

mobius3 commented 9 months ago

Thanks for that one!