cmake HAVE_CET examples

mozilla/mozjpeg simd/CMakeLists.txt :100

check_c_source_compiles("
    #if (__CET__ & 3) == 0
    #error \"CET not enabled\"
    #endif
    int main(void) { return 0; }" HAVE_CET)