bfgroup / Lyra

A simple to use, composable, command line parser for C++ 11 and beyond
https://bfgroup.github.io/Lyra/
Boost Software License 1.0
483 stars 58 forks source link

CMake deprecation warning #82

Open stertingen opened 10 months ago

stertingen commented 10 months ago

This project's top-level CMakeLists.txt requires CMake 3.0.

As of CMake 3.27, compatibility to anything below version 3.5 is deprecated: https://cmake.org/cmake/help/v3.27/command/cmake_minimum_required.html

I think we should consider requiring CMake 3.5 to eliminate this warning.