cmake HAVE_ISINF examples

mpx/lua-cjson CMakeLists.txt :48

CHECK_SYMBOL_EXISTS(isinf math.h HAVE_ISINF)

LiangliangNan/MVStudio 3rd_party/nlopt/CMakeLists.txt :118

check_function_exists (isinf HAVE_ISINF)

SWI-Prolog/swipl-devel cmake/Config.cmake :249

check_function_exists(isinf HAVE_ISINF)

stevengj/nlopt CMakeLists.txt :95

check_function_exists (isinf HAVE_ISINF)

arkdb/inception configure.cmake :580

CHECK_CXX_SOURCE_COMPILES(
"#include  <math.h>
int main() { 
  isinf(0.0); 
  return 0;
}" HAVE_ISINF)

NVIDIA/cuda-quantum runtime/cudaq/algorithms/optimizers/nlopt/nlopt-src/CMakeLists.txt :45

check_function_exists (isinf HAVE_ISINF)

alibaba/AliSQL configure.cmake :687

CHECK_CXX_SOURCE_COMPILES(
"#include  <math.h>
int main() { 
  isinf(0.0); 
  return 0;
}" HAVE_ISINF)

SCIInstitute/SCIRun src/Externals/libxml2/CMakeLists.txt :143

CHECK_FUNCTION_EXISTS("isinf" HAVE_ISINF)

GenericMappingTools/gmt cmake/modules/ConfigureChecks.cmake :367

check_symbol_exists (isinf       "${_math_h}" HAVE_ISINF)

Tokutek/mysql-5.5 configure.cmake :504

CHECK_CXX_SOURCE_COMPILES(
"#include  <math.h>
int main() { 
  isinf(0.0); 
  return 0;
}" HAVE_ISINF)