TA-Lib/ta-lib
CMakeLists.txt
:169
check_function_exists(sqrt HAVE_SQRT)
check_function_exists(sqrt HAVE_SQRT)
CHECK_SYMBOL_EXISTS(sqrt "math.h" HAVE_SQRT)
check_function_exists(sqrt HAVE_SQRT)
check_function_exists(sqrt HAVE_SQRT)
check_function_exists(sqrt HAVE_SQRT)
check_function_exists(sqrt HAVE_SQRT)
CHECK_FUNCTION_EXISTS(sqrt HAVE_SQRT)
CHECK_CXX_SOURCE_COMPILES("#include <math.h>
int main() {sqrt(0); return 1;}" HAVE_SQRT)
check_symbol_exists(sqrt math.h HAVE_SQRT)
check_function_exists(sqrt HAVE_SQRT)