Skip to content

Commit

Permalink
Merge branch 'dzenanz-gettimeofday'
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed Apr 3, 2024
2 parents 15d994d + cd5ea59 commit a608a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ CHECK_FUNCTION_EXISTS(srand48 HAVE_SRAND48)
CHECK_FUNCTION_EXISTS(drand48 HAVE_DRAND48)
CHECK_FUNCTION_EXISTS(sleep HAVE_SLEEP)

CHECK_FUNCTION_EXISTS(gettimeofday HAVE_GETTIMEOFDAY)
CHECK_SYMBOL_EXISTS(gettimeofday "sys/time.h" HAVE_GETTIMEOFDAY)

CHECK_LIBRARY_EXISTS(rt clock_gettime "time.h" HAVE_CLOCK_GETTIME_RT)

Expand Down

0 comments on commit a608a1b

Please sign in to comment.