Lyra icon indicating copy to clipboard operation
Lyra copied to clipboard

CMake deprecation warning

Open stertingen opened this issue 2 years ago • 0 comments

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.

stertingen avatar Dec 12 '23 16:12 stertingen