diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-28 15:01:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-28 15:01:38 (GMT) |
commit | 23ceda33b3f6b6903ce7bd4373347af5e0a33cd6 (patch) | |
tree | 33d83f858607446588b9cc4e040ac8bb02354e7d /test/CMakeVFDTests.cmake | |
parent | d29b78ba8f05d63e03d507c8f71ad47255efb804 (diff) | |
download | hdf5-23ceda33b3f6b6903ce7bd4373347af5e0a33cd6.zip hdf5-23ceda33b3f6b6903ce7bd4373347af5e0a33cd6.tar.gz hdf5-23ceda33b3f6b6903ce7bd4373347af5e0a33cd6.tar.bz2 |
Correct use of LIST var
Diffstat (limited to 'test/CMakeVFDTests.cmake')
-rw-r--r-- | test/CMakeVFDTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeVFDTests.cmake b/test/CMakeVFDTests.cmake index 944b163..a17efbb 100644 --- a/test/CMakeVFDTests.cmake +++ b/test/CMakeVFDTests.cmake @@ -88,7 +88,7 @@ endif () links_env ) if (NOT CYGWIN) - list(REMOVE_ITEM ${H5_VFD_SKIP_TESTS} big cache) + list (REMOVE_ITEM H5_VFD_SKIP_TESTS big cache) endif () # Windows only macro |