mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r25904] Fix CMP0054 warning
This commit is contained in:
parent
3f2ce7aebc
commit
98958b530a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user