dNechita opened this issue 2 years ago · 1 comments
Adding this would increase the portability and quality of the code.
CMake respects CC and CXX flags, we can just
export CC=/usr/bin/clang export CXX=/usr/bin/clang++
in a CI job before calling cmake.