LiangliangNan/MVStudio
3rd_party/nlopt/CMakeLists.txt
:123
check_function_exists (copysign HAVE_COPYSIGN)
check_function_exists (copysign HAVE_COPYSIGN)
check_function_exists (copysign HAVE_COPYSIGN)
CHECK_SYMBOL_EXISTS(copysign "math.h" HAVE_COPYSIGN)
check_function_exists (copysign HAVE_COPYSIGN)
check_symbol_exists (copysign "${_math_h}" HAVE_COPYSIGN)
CHECK_CXX_SOURCE_COMPILES("#include <math.h>
int main() {copysign(0,0); return 1;}" HAVE_COPYSIGN)