GenericMappingTools/gmt
cmake/modules/ConfigureChecks.cmake
:400
check_symbol_exists (fmodf "${_math_h}" HAVE_FMODF)
check_symbol_exists (fmodf "${_math_h}" HAVE_FMODF)
check_symbol_exists(fmodf math.h HAVE_FMODF)
CHECK_CXX_SOURCE_COMPILES("#include <math.h>
int main() {fmodf(0,0); return 1;}" HAVE_FMODF)
check_symbol_exists(fmodf math.h HAVE_FMODF)