InsightSoftwareConsortium/ITK
Modules/ThirdParty/MINC/src/libminc/CMakeLists.txt
:148
CHECK_SYMBOL_EXISTS(copysign "math.h" HAVE_COPYSIGN)
CHECK_SYMBOL_EXISTS(copysign "math.h" HAVE_COPYSIGN)
check_function_exists (copysign HAVE_COPYSIGN)
CHECK_CXX_SOURCE_COMPILES("#include <math.h>
int main() {copysign(0,0); return 1;}" HAVE_COPYSIGN)
check_function_exists (copysign HAVE_COPYSIGN)