diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-15 20:00:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-17 16:58:04 (GMT) |
commit | 0eb050d481d611e8dc634f9a80582402a734aed4 (patch) | |
tree | 881cfb937893b3bc67e4374de251ab07caa06711 /tools/test | |
parent | f724e867272b5316dc95c2ff90f32a10975dc850 (diff) | |
download | hdf5-0eb050d481d611e8dc634f9a80582402a734aed4.zip hdf5-0eb050d481d611e8dc634f9a80582402a734aed4.tar.gz hdf5-0eb050d481d611e8dc634f9a80582402a734aed4.tar.bz2 |
HDFFV-10845 mingw needs special windows reference files
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5diff/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake index c7734a6..3feac0a 100644 --- a/tools/test/h5diff/CMakeTests.cmake +++ b/tools/test/h5diff/CMakeTests.cmake @@ -324,7 +324,7 @@ # # Overwrite system dependent files (Windows) and not VS2015 # - if (WIN32 AND MSVC_VERSION LESS 1900) + if (MINGW OR WIN32 AND MSVC_VERSION LESS 1900) foreach (h5_tstfiles ${LIST_WIN_TEST_FILES}) get_filename_component(fname "${h5_tstfiles}" NAME) HDFTEST_COPY_FILE("${HDF5_TOOLS_TEST_H5DIFF_SOURCE_DIR}/testfiles/${h5_tstfiles}w.txt" "${PROJECT_BINARY_DIR}/testfiles/${fname}.txt" "h5diff_files") |