mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Move timegm
implementation to libshared
(#3875)
Move `timegm` implementation to libshared
This commit is contained in:
parent
79eb38d582
commit
6c60a8db84
4 changed files with 0 additions and 26 deletions
|
@ -67,7 +67,6 @@ SET (TASK_BINDIR bin CACHE STRING "Installation directory for the bi
|
|||
# rust libs require these
|
||||
set (TASK_LIBRARIES dl pthread)
|
||||
|
||||
check_function_exists (timegm HAVE_TIMEGM)
|
||||
check_function_exists (get_current_dir_name HAVE_GET_CURRENT_DIR_NAME)
|
||||
check_function_exists (wordexp HAVE_WORDEXP)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue