cmake CTR_HAVE_GMTIME_R examples

fluent/fluent-bit lib/ctraces/CMakeLists.txt :75

check_c_source_compiles("
  #include <time.h>
  int main() {
     struct tm tm;
     struct timespec tms;
     return gmtime_r(&tms.tv_sec, &tm);
  }" CTR_HAVE_GMTIME_R)