summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-07 17:26:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-07 17:26:44 (GMT)
commitab2d9f1e9c44502f6dfe69969974a99d2953159d (patch)
tree32d9a9298ab53b766baf1486704ca4ddd9b61d4b /tools/h5diff/CMakeTests.cmake
parentfadc2d8c61c975cd6a64443ffbaa9ff6999a2419 (diff)
downloadhdf5-ab2d9f1e9c44502f6dfe69969974a99d2953159d.zip
hdf5-ab2d9f1e9c44502f6dfe69969974a99d2953159d.tar.gz
hdf5-ab2d9f1e9c44502f6dfe69969974a99d2953159d.tar.bz2
[svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunk
Tested: h5committest
Diffstat (limited to 'tools/h5diff/CMakeTests.cmake')
-rw-r--r--tools/h5diff/CMakeTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/CMakeTests.cmake b/tools/h5diff/CMakeTests.cmake
index 19a5fe4..0986d89 100644
--- a/tools/h5diff/CMakeTests.cmake
+++ b/tools/h5diff/CMakeTests.cmake
@@ -255,7 +255,7 @@
#
# Overwrite system dependent files (Windows)
#
- if (WIN32 AND NOT CYGWIN)
+ if (WIN32)
add_custom_command (
TARGET h5diff
POST_BUILD
@@ -282,7 +282,7 @@
COMMAND ${CMAKE_COMMAND}
ARGS -E copy_if_different ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/h5diff_104w.txt ${PROJECT_BINARY_DIR}/testfiles/h5diff_104.txt
)
- endif (WIN32 AND NOT CYGWIN)
+ endif (WIN32)
##############################################################################
##############################################################################