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