Skip to content

Commit

Permalink
fix the check for gmtime_r
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Sep 12, 2024
1 parent 2780709 commit 6fec0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/checks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ macro(magick_check_env)
check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)

# Check if `gmtime_r' exists
check_function_exists(gettimeofday HAVE_GMTIME_R)
check_function_exists(gmtime_r HAVE_GMTIME_R)

# I don't think our program will have a big memory impact
set(HAVE_HUGEPAGES FALSE)
Expand Down

0 comments on commit 6fec0e8

Please # to comment.