cmake HAVE_IBMBGQ examples

m-a-d-n-e-s-s/madness CMakeLists.txt :418

check_cxx_source_compiles(
    "
    #ifndef __bgq__
    #error choke me
    #endif
    int main() { return 0; }
    " HAVE_IBMBGQ)