Skip to content

Commit

Permalink
Land #963
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 12, 2023
2 parents f7bed14 + 0de236a commit 8853aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ if(HAVE_STRSEP)
add_definitions(-DHAVE_STRSEP)
endif()

check_function_exists(strtonum HAVE_STRTONUM)
if(HAVE_STRTONUM)
add_definitions(-DHAVE_STRTONUM)
endif()

check_function_exists(timegm HAVE_TIMEGM)
if(HAVE_TIMEGM)
add_definitions(-DHAVE_TIMEGM)
Expand Down

0 comments on commit 8853aa4

Please sign in to comment.