Skip to content
Snippets Groups Projects
Commit f2f35036 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkhdf5: don't expect timezone with VS2015

It went away?
parent 988e034d
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,9 @@ if (WINDOWS)
endif (NOT UNIX AND NOT CYGWIN AND NOT MINGW)
set (H5_HAVE_FUNCTION 1)
set (H5_GETTIMEOFDAY_GIVES_TZ 1)
set (H5_HAVE_TIMEZONE 1)
if (NOT MSVC14)
set (H5_HAVE_TIMEZONE 1)
endif ()
set (H5_HAVE_GETTIMEOFDAY 1)
set (H5_LONE_COLON 0)
if (MINGW)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment