summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-31 12:27:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-31 12:27:37 (GMT)
commit1167752aafa15d97eb27fcf0e1622aa11d128296 (patch)
tree26b3f22c745eb46f6b5319b46cf8b3eb6c0f385c /tools
parent732a1a35f38588ef114470ba416c335739d21df3 (diff)
downloadhdf5-1167752aafa15d97eb27fcf0e1622aa11d128296.zip
hdf5-1167752aafa15d97eb27fcf0e1622aa11d128296.tar.gz
hdf5-1167752aafa15d97eb27fcf0e1622aa11d128296.tar.bz2
Remove mingw from windows copy
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5diff/CMakeTests.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake
index e8b3ae5..ab15b02 100644
--- a/tools/test/h5diff/CMakeTests.cmake
+++ b/tools/test/h5diff/CMakeTests.cmake
@@ -329,9 +329,10 @@
# Overwrite system dependent files (Windows) and not VS2015
#
set (COPY_WINDOWS_FILES false)
- if (MINGW)
- set (COPY_WINDOWS_FILES true)
- endif ()
+ # MinGW tests may depend on host system
+ #if (MINGW)
+ # set (COPY_WINDOWS_FILES true)
+ #endif ()
if (WIN32 AND MSVC_VERSION LESS 1900)
set (COPY_WINDOWS_FILES true)
endif ()