cmake HAVE_NO_SPARSE examples

linux-rdma/rdma-core buildlib/RDMA_Sparse.cmake :7

CHECK_C_SOURCE_COMPILES("
#if __CHECKER__
#warning \"SPARSE DETECTED\"
#endif
int main(int argc,const char *argv[]) {return 0;}
"
    HAVE_NO_SPARSE
    FAIL_REGEX "SPARSE DETECTED")