Open xinsuinizhuan opened 10 months ago
concepts are part of C++20 and your compiler may not support it yet. I suggest three solutions:
-std=c++20
compiler flag to enable c++20 features (e.g. for gcc v.9.4)NO_OCL
CMake flag to the build HWinfo with c++11I hope, this solves the issues.
cmake . make -j6