summaryrefslogtreecommitdiffstats
path: root/test/CMakeVFDTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-27 20:04:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-27 20:04:34 (GMT)
commit93744615f930324c04cef2543d272996e09acf56 (patch)
treea29d9e2d9fc9c0ab2ebf88da6bad14ee20b84805 /test/CMakeVFDTests.cmake
parent90f01d5b160e0cbf950a9378d0a2625918a6eeb8 (diff)
downloadhdf5-93744615f930324c04cef2543d272996e09acf56.zip
hdf5-93744615f930324c04cef2543d272996e09acf56.tar.gz
hdf5-93744615f930324c04cef2543d272996e09acf56.tar.bz2
Fix list var
Diffstat (limited to 'test/CMakeVFDTests.cmake')
-rw-r--r--test/CMakeVFDTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeVFDTests.cmake b/test/CMakeVFDTests.cmake
index 20020f8..944b163 100644
--- a/test/CMakeVFDTests.cmake
+++ b/test/CMakeVFDTests.cmake
@@ -237,7 +237,7 @@ endif ()
macro (ADD_VFD_TEST vfdname resultcode)
foreach (test ${H5_TESTS})
- if (NOT "${test}" IN_LIST H5_VFD_SKIP_TESTS)
+ if (NOT ${test} IN_LIST H5_VFD_SKIP_TESTS)
if (WIN32)
CHECK_VFD_TEST (${test} ${vfdname} ${resultcode})
else ()