serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
720 stars 155 forks source link

Lower required cmake version #71

Closed scribam closed 3 years ago

scribam commented 3 years ago

I don't see any feature related to CMake 3.11 or 3.12 so it should be fine to lower this requirement.

CMake 3.10 is the default version for Ubuntu 18.04 (https://packages.ubuntu.com/bionic/cmake). See also https://gitlab.kitware.com/cmake/community/-/wikis/CMake-Versions-on-Linux-Distros

serge1 commented 3 years ago

I have no specific preferencies. Accepted