Fix Direct VFD Testing in CMake (#742)

This commit is contained in:
jhendersonHDF
2021-06-11 07:52:04 -05:00
committed by GitHub
parent 5173cce0a9
commit 42e485ea7d
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ set (H5P_VFD_TESTS
t_pflush2
)
if (DIRECT_VFD)
if (H5_HAVE_DIRECT)
set (VFD_LIST ${VFD_LIST} direct)
endif ()