summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-30 15:18:01 (GMT)
committerGitHub <noreply@github.com>2021-06-30 15:18:01 (GMT)
commit257c8c745446ee614f92624b30cec41d8d771e05 (patch)
tree8aa5ed161f822520e6e0beffd9545d450cba1f6b /config/cmake_ext_mod
parentf0e0c7ed2a2df6d6dbe3728002c7fc9c518fea5f (diff)
downloadhdf5-257c8c745446ee614f92624b30cec41d8d771e05.zip
hdf5-257c8c745446ee614f92624b30cec41d8d771e05.tar.gz
hdf5-257c8c745446ee614f92624b30cec41d8d771e05.tar.bz2
Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)
Mostly from CMake
Diffstat (limited to 'config/cmake_ext_mod')
-rw-r--r--config/cmake_ext_mod/ConfigureChecks.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/ConfigureChecks.cmake b/config/cmake_ext_mod/ConfigureChecks.cmake
index ccf7c85..fca38a4 100644
--- a/config/cmake_ext_mod/ConfigureChecks.cmake
+++ b/config/cmake_ext_mod/ConfigureChecks.cmake
@@ -412,7 +412,6 @@ if (MINGW OR NOT WINDOWS)
#-----------------------------------------------------------------------------
CHECK_STRUCT_HAS_MEMBER("struct tm" tm_gmtoff "time.h" ${HDF_PREFIX}_HAVE_TM_GMTOFF)
CHECK_STRUCT_HAS_MEMBER("struct tm" __tm_gmtoff "time.h" ${HDF_PREFIX}_HAVE___TM_GMTOFF)
- CHECK_STRUCT_HAS_MEMBER("struct tm" tm_sec "sys/types.h;sys/time.h;time.h" ${HDF_PREFIX}_TIME_WITH_SYS_TIME)
if (${HDF_PREFIX}_HAVE_SYS_TIME_H)
CHECK_STRUCT_HAS_MEMBER("struct tm" tz_minuteswest "sys/types.h;sys/time.h;time.h" ${HDF_PREFIX}_HAVE_STRUCT_TIMEZONE)
else ()