lfreist / hwinfo

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

Add support for gcc version 8 to 9.1 and clang version 7 to 9 #29

Closed facug91 closed 1 year ago

facug91 commented 1 year ago

GCC versions greater than or equal to 8 and less than 9.1, and Clang versions greater than or equal to 7 and less than 9, need -lstdc++fs to use std::filesystem.