mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-07 17:08:02 +08:00
CMAKE: Address #3055 - install plugins filters
This commit is contained in:
parent
e8d23eaa77
commit
f188386f75
@ -138,6 +138,17 @@ if(Blosc_FOUND)
|
||||
installplugin(h5blosc)
|
||||
endif()
|
||||
|
||||
installplugin(h5shuffle)
|
||||
installplugin(h5fletcher32)
|
||||
installplugin(h5deflate)
|
||||
|
||||
installplugin(zhdf5filters)
|
||||
installplugin(zstdfilters)
|
||||
|
||||
if(Szip_FOUND)
|
||||
installplugin(h5szip)
|
||||
endif()
|
||||
|
||||
# Copy some test files from current source dir to out-of-tree build dir.
|
||||
file(COPY ${COPY_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
|
||||
if(MSVC)
|
||||
|
Loading…
Reference in New Issue
Block a user