cmake HAVE_LIBM_MATH examples

ornladios/ADIOS2 thirdparty/EVPath/EVPath/CMakeLists.txt :154

check_c_source_compiles("${LIBM_TEST_SOURCE}" HAVE_LIBM_MATH)

LLNL/zfp CMakeLists.txt :266

check_c_source_compiles("#include<math.h>\nint main(int n,char*v[]){return sqrt(n);}" HAVE_LIBM_MATH)