[Interest] Choosing clang in CMake project still uses /usr/bin/cc

Nikos Chantziaras realnc at gmail.com
Mon Mar 28 06:57:06 CEST 2016


When choosing the clang kit in a cmake project, Creator sets 
CMAKE_CXX_COMPILER to clang++, but CMAKE_C_COMPILER is set to 
/usr/bin/cc, which is GCC. So I get a project that's built partly with 
clang, partly with gcc.

Is this a bug?




More information about the Interest mailing list