cmake HAVE_ROUND examples

acoustid/chromaprint CMakeLists.txt :45

check_symbol_exists(round math.h HAVE_ROUND)

Lewuathe/mlir-hello thirdparty/llvm-project/lldb/cmake/modules/LLDBConfig.cmake :138

add_definitions( -DHAVE_ROUND )

InsightSoftwareConsortium/ITK Modules/ThirdParty/MINC/src/libminc/CMakeLists.txt :149

CHECK_SYMBOL_EXISTS(round    "math.h" HAVE_ROUND)

Illumina/strelka src/cmake/cxxConfigure.cmake :41

check_function_exists(round  HAVE_ROUND)

apple/swift-lldb cmake/modules/LLDBConfig.cmake :100

add_definitions( -DHAVE_ROUND )

drowe67/codec2-dev CMakeLists.txt :166

check_symbol_exists(round  math.h   HAVE_ROUND)