Compiling on Debian leads to missing compiler messages

Says it all. cmake can’t find your c compiler. Set CMAKE_C_COMPILE or the CC environment variable. This seems to be not an issue with our software but your setup and cmake.

2 Likes