cmake HAVE_MACH_ABSOLUTE_TIME examples

GreatSQL/GreatSQL extra/curl/curl-7.86.0/CMakeLists.txt :1100

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

percona/percona-server extra/curl/curl-8.14.1/CMakeLists.txt :1840

check_function_exists("mach_absolute_time" HAVE_MACH_ABSOLUTE_TIME)

facebook/mysql-5.6 extra/curl/curl-7.86.0/CMakeLists.txt :1100

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

swiftlang/swift-corelibs-libdispatch CMakeLists.txt :187

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

infiniflow/infinity third_party/curl/CMakeLists.txt :1537

check_function_exists("mach_absolute_time" HAVE_MACH_ABSOLUTE_TIME)

etternagame/etterna extern/curl/CMakeLists.txt :1101

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

etternagame/etterna extern/fftw-3.3.8/CMakeLists.txt :77

check_symbol_exists (mach_absolute_time mach/mach_time.h HAVE_MACH_ABSOLUTE_TIME)

MBU-Team/OpenMBU engine/lib/curl/CMakeLists.txt :1197

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

logicalclocks/rondb extra/curl/curl-8.11.1/CMakeLists.txt :1632

check_function_exists("mach_absolute_time" HAVE_MACH_ABSOLUTE_TIME)

NauEngine/NauEditorPublic editor/external/libcurlconfig/CMakeLists.txt :1116

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

polardb/polardbx-engine extra/curl/curl-7.86.0/CMakeLists.txt :1100

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

pingcap/tiflash contrib/curl-cmake/CMakeLists.txt :1109

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

mysql/mysql-server extra/curl/curl-8.14.1/CMakeLists.txt :1840

check_function_exists("mach_absolute_time" HAVE_MACH_ABSOLUTE_TIME)

skylersaleh/SkyEmu src/curl/CMakeLists.txt :1249

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/curl/CMakeLists.txt :1260

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/source/thirdparty/curl/CMakeLists.txt :1060

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

osmocom/gr-osmosdr lib/CMakeLists.txt :86

CHECK_CXX_SOURCE_COMPILES("
    #include <mach/mach_time.h>
    int main(){
        mach_timebase_info_data_t info;
        mach_timebase_info(&info);
        mach_absolute_time();
        return 0;
    }
    " HAVE_MACH_ABSOLUTE_TIME
)

osmocom/gr-osmosdr lib/CMakeLists.txt :112

elseif(HAVE_MACH_ABSOLUTE_TIME)

crossuo/crossuo deps/cmcurl/CMakeLists.txt :1018

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

percona/percona-xtrabackup extra/curl/curl-8.9.1/CMakeLists.txt :1374

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

PacktPublishing/The-Modern-Cpp-Challenge libs/curl/CMakeLists.txt :881

check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)

percona/percona-xtradb-cluster extra/curl/curl-8.12.1/CMakeLists.txt :1777

check_function_exists("mach_absolute_time" HAVE_MACH_ABSOLUTE_TIME)