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