diff options
author | Michel Zou <xantares09@hotmail.com> | 2020-10-30 12:09:23 (GMT) |
---|---|---|
committer | Michel Zou <xantares09@hotmail.com> | 2020-10-30 15:09:28 (GMT) |
commit | 0db1fe81d58e6926b3e5982dd0329fc95faf2c8e (patch) | |
tree | 55f882d7714863bbaa74e20ed09fca97fb88d277 /tools | |
parent | 6c0f954d683142e123baa4d48f5a69d5e20aa11d (diff) | |
download | hdf5-0db1fe81d58e6926b3e5982dd0329fc95faf2c8e.zip hdf5-0db1fe81d58e6926b3e5982dd0329fc95faf2c8e.tar.gz hdf5-0db1fe81d58e6926b3e5982dd0329fc95faf2c8e.tar.bz2 |
CMake: MINGW implies WIN32
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5dump/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/CMakeTests.cmake b/tools/test/h5dump/CMakeTests.cmake index 91d3ea9..a664e6f 100644 --- a/tools/test/h5dump/CMakeTests.cmake +++ b/tools/test/h5dump/CMakeTests.cmake @@ -405,7 +405,7 @@ # -------------------------------------------------------------------- HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/tbin1.ddl" "${PROJECT_BINARY_DIR}/testfiles/std/tbin1LE.ddl" "h5dump_std_files") - if (WIN32 OR MINGW) + if (WIN32) configure_file(${HDF5_TOOLS_DIR}/testfiles/tbinregR.exp ${PROJECT_BINARY_DIR}/testfiles/std/tbinregR.exp NEWLINE_STYLE CRLF) #file (READ ${HDF5_TOOLS_DIR}/testfiles/tbinregR.exp TEST_STREAM) #file (WRITE ${PROJECT_BINARY_DIR}/testfiles/std/tbinregR.exp "${TEST_STREAM}") |