diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-13 14:01:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-13 14:01:11 (GMT) |
commit | ba58f2ddb779971ab63a2461e8716ac1bf1d8721 (patch) | |
tree | 2dfe22a9ef5ae2fe5010f32ca8ba86776dd48f6a /tools | |
parent | e8b63136be54681e239b59696e8f38a834b3b487 (diff) | |
download | hdf5-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.txt | 2 |
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 |