nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
934 stars 134 forks source link

Bump CMake Minimum Version Range #320

Closed LawrenceStanton closed 5 months ago

LawrenceStanton commented 11 months ago

Changes

Increase the CMake minimum required version to include the range from 3.2 to 3.5.

Description

CMake version 3.27 introduces a deprecation warning for versions < 3.5. This PR's changes resolve these deprecation warnings.

Testing