summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-10-16 22:01:24 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-10-16 22:01:24 (GMT)
commit60cdc22cd3f484dde11bfdf31833b351a616f138 (patch)
tree1c381e2bcf8547405a8ac8e42d6ba9045e271f2d /config
parent86f450c240ced73d9da1ad9ec68786481d26a5f2 (diff)
downloadhdf5-60cdc22cd3f484dde11bfdf31833b351a616f138.zip
hdf5-60cdc22cd3f484dde11bfdf31833b351a616f138.tar.gz
hdf5-60cdc22cd3f484dde11bfdf31833b351a616f138.tar.bz2
[svn-r28112] CMake check for gettimeofday if not on windows
Diffstat (limited to 'config')
-rw-r--r--config/cmake_ext_mod/ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake_ext_mod/ConfigureChecks.cmake b/config/cmake_ext_mod/ConfigureChecks.cmake
index 6885187..e441c4a 100644
--- a/config/cmake_ext_mod/ConfigureChecks.cmake
+++ b/config/cmake_ext_mod/ConfigureChecks.cmake
@@ -437,6 +437,7 @@ if (NOT WINDOWS)
#-----------------------------------------------------------------------------
# Check a bunch of time functions
#-----------------------------------------------------------------------------
+ CHECK_FUNCTION_EXISTS (gettimeofday ${HDF_PREFIX}_HAVE_GETTIMEOFDAY)
foreach (test
HAVE_TM_GMTOFF
HAVE___TM_GMTOFF