Просмотр исходного кода

Remove now unneeded cmake test and define

Hannah von Reth 5 лет назад
Родитель
Сommit
4e373ca7ff
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      src/csync/ConfigureChecks.cmake
  2. 0 1
      src/csync/config_csync.h.cmake

+ 0 - 1
src/csync/ConfigureChecks.cmake

@@ -29,7 +29,6 @@ if(WIN32)
   set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} psapi kernel32)
 endif()
 
-check_function_exists(timegm HAVE_TIMEGM)
 check_function_exists(utimes HAVE_UTIMES)
 check_function_exists(lstat HAVE_LSTAT)
 

+ 0 - 1
src/csync/config_csync.h.cmake

@@ -8,7 +8,6 @@
 
 #cmakedefine HAVE_ARGP_H 1
 
-#cmakedefine HAVE_TIMEGM 1
 #cmakedefine HAVE_UTIMES 1
 #cmakedefine HAVE_LSTAT 1