summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-13 14:01:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-13 14:01:11 (GMT)
commitba58f2ddb779971ab63a2461e8716ac1bf1d8721 (patch)
tree2dfe22a9ef5ae2fe5010f32ca8ba86776dd48f6a /tools
parente8b63136be54681e239b59696e8f38a834b3b487 (diff)
downloadhdf5-ba58f2ddb779971ab63a2461e8716ac1bf1d8721.zip
hdf5-ba58f2ddb779971ab63a2461e8716ac1bf1d8721.tar.gz
hdf5-ba58f2ddb779971ab63a2461e8716ac1bf1d8721.tar.bz2
[svn-r18786] Corrected typo which prevented non-windows diff tests to work correctly
Tested: local linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5diff/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/CMakeLists.txt b/tools/h5diff/CMakeLists.txt
index a032e0d..b4ae18b 100644
--- a/tools/h5diff/CMakeLists.txt
+++ b/tools/h5diff/CMakeLists.txt
@@ -203,7 +203,7 @@ IF (BUILD_TESTING)
COMMAND ${CMAKE_COMMAND}
ARGS -E copy_if_different ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/h5diff_102w.txt ${PROJECT_BINARY_DIR}/h5diff_102.txt
)
- ELSEIF (WIN32)
+ ELSE (WIN32)
ADD_CUSTOM_COMMAND (
TARGET h5diff
POST_BUILD