lfreist / hwinfo

cross platform C++ library for hardware information (CPU, RAM, GPU, ...)
MIT License
438 stars 76 forks source link

Lower required CMake version #42

Closed egecetin closed 1 year ago

egecetin commented 1 year ago

Probably even older versions than 3.16 will work but 3.21 requirement is too high for some systems. 3.16 is just a suggestion, for example if you plan to add unit tests by using an environment/framework the choosing the same version requirement of the framework should be better. For example, for GoogleTest it is 3.5 https://github.com/google/googletest/blob/main/CMakeLists.txt