alibaba/AliSQL
configure.cmake
:687
CHECK_CXX_SOURCE_COMPILES(
"#include <math.h>
int main() {
isinf(0.0);
return 0;
}" HAVE_ISINF)
CHECK_CXX_SOURCE_COMPILES(
"#include <math.h>
int main() {
isinf(0.0);
return 0;
}" HAVE_ISINF)
CHECK_CXX_SOURCE_COMPILES(
"#include <math.h>
int main() {
isinf(0.0);
return 0;
}" HAVE_ISINF)
CHECK_CXX_SOURCE_COMPILES(
"#include <math.h>
int main() {
isinf(0.0);
return 0;
}" HAVE_ISINF)
check_function_exists (isinf HAVE_ISINF)
CHECK_SYMBOL_EXISTS(isinf math.h HAVE_ISINF)
check_function_exists (isinf HAVE_ISINF)
CHECK_FUNCTION_EXISTS("isinf" HAVE_ISINF)