diff -r 4f4b71da3559 -r a269fe7090a0 cmake_modules/FindClang.cmake --- a/cmake_modules/FindClang.cmake Tue Jun 04 23:48:24 2013 +0200 +++ b/cmake_modules/FindClang.cmake Tue Jun 04 23:48:44 2013 +0200 @@ -18,3 +18,4 @@ endif() set(CMAKE_C_COMPILER ${CLANG_EXECUTABLE}) +set(CMAKE_CXX_COMPILER ${CLANG_EXECUTABLE})