summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-12-19 15:13:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-12-19 15:13:55 (GMT)
commit98958b530a1116d49e418fa9a89ddbae59414729 (patch)
tree4044ff2b3878596288357fa8d704002a05c7194f /tools
parent3f2ce7aebc118c8e7171eb5eac12fb63a901c32b (diff)
downloadhdf5-98958b530a1116d49e418fa9a89ddbae59414729.zip
hdf5-98958b530a1116d49e418fa9a89ddbae59414729.tar.gz
hdf5-98958b530a1116d49e418fa9a89ddbae59414729.tar.bz2
[svn-r25904] Fix CMP0054 warning
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/CMakeTestsXML.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/CMakeTestsXML.cmake b/tools/h5dump/CMakeTestsXML.cmake
index 0d4e0f4..a939d78 100644
--- a/tools/h5dump/CMakeTestsXML.cmake
+++ b/tools/h5dump/CMakeTestsXML.cmake
@@ -414,9 +414,9 @@
# The lone colon here confuses some systems (Cray X1). Skip
# it if configure detects that this is a problem.
set (TESTTYPE "TEST")
- if (NOT "H5_LONE_COLON")
+ if (NOT ${H5_LONE_COLON})
set (TESTTYPE "SKIP")
- endif (NOT "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)