02-07-2016, 01:34 AM
You could try using the symlink method to fix the clang issue. It is described in the manual. The idea is to masquadate ccache as the compiler binary using symlinks. In Debian the symlinks are prepared in advance and this it's as simple as running `export PATH=/usr/lib/ccache/:$PATH` before running cmake.