mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
Correct use of LIST var
This commit is contained in:
parent
d29b78ba8f
commit
23ceda33b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user