diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-07-31 12:49:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-07-31 12:50:11 (GMT) |
commit | fc57490e02835ddfce644135e93e893f77b379d3 (patch) | |
tree | 426bee35ef84e41cb52335d8e0c768866c689b44 /tools/test/h5diff | |
parent | 50f404c887118577034c6412aeaaa1f6db2fe475 (diff) | |
download | hdf5-fc57490e02835ddfce644135e93e893f77b379d3.zip hdf5-fc57490e02835ddfce644135e93e893f77b379d3.tar.gz hdf5-fc57490e02835ddfce644135e93e893f77b379d3.tar.bz2 |
Mingw copy disabled
Diffstat (limited to 'tools/test/h5diff')
-rw-r--r-- | tools/test/h5diff/CMakeTests.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake index 74e3929..5aa1d1a 100644 --- a/tools/test/h5diff/CMakeTests.cmake +++ b/tools/test/h5diff/CMakeTests.cmake @@ -341,9 +341,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 () |