diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-08-27 15:10:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-08-27 15:10:55 (GMT) |
commit | 696fd76cdfdc71043e3409221e824ab6b7a22e3a (patch) | |
tree | 04985e6dfd3a5bc4528f1fd3eb42ae687af6a4c7 /tools | |
parent | 4f9277123364ed4aa2a4626b7735589e8fe2d1bf (diff) | |
download | hdf5-696fd76cdfdc71043e3409221e824ab6b7a22e3a.zip hdf5-696fd76cdfdc71043e3409221e824ab6b7a22e3a.tar.gz hdf5-696fd76cdfdc71043e3409221e824ab6b7a22e3a.tar.bz2 |
[svn-r19318] Correct ENDIF text (non-executable) to match IF parameter
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 44185f1..b3c65ef 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -862,7 +862,7 @@ IF (BUILD_TESTING) SET (TESTTYPE "TEST") IF (NOT "H5_LONE_COLON") SET (TESTTYPE "SKIP") - ENDIF ("H5_LONE_COLON") + ENDIF (NOT "H5_LONE_COLON") ADD_XML_SKIP_H5_TEST (tempty-nons.h5 0 ${TESTTYPE} -X : tempty.h5) ADD_XML_H5_TEST (tempty-nons-2.h5 0 --xml-ns=: tempty.h5) |