cmake HAVE_LOG10 examples

drowe67/codec2-dev CMakeLists.txt :165

check_symbol_exists(log10  math.h   HAVE_LOG10)

netdata/netdata CMakeLists.txt :397

check_function_exists(log10 HAVE_LOG10)

netdata/netdata CMakeLists.txt :399

unset(HAVE_LOG10 CACHE)

netdata/netdata CMakeLists.txt :401

check_function_exists(log10 HAVE_LOG10)

KhronosGroup/SPIRV-LLVM cmake/config-ix.cmake :147

check_symbol_exists(log10 math.h HAVE_LOG10)