cmake HAVE_CC_CLANG examples

JulNadeauCA/libagar CMakeChecks.cmake :420

check_c_source_compiles("
#if !defined(__clang__)
# error \"is not clang\"
#endif
int main(int argc, char *argv[]) { return (0); }
" HAVE_CC_CLANG)