m-a-d-n-e-s-s/madness
CMakeLists.txt
:392
check_cxx_source_compiles(
"
#ifndef __CRAYXT
#error choke me
#endif
int main() { return 0; }
" HAVE_CRAYXT)
check_cxx_source_compiles(
"
#ifndef __CRAYXT
#error choke me
#endif
int main() { return 0; }
" HAVE_CRAYXT)