Quick warning fix plugin/CMakeLists.txt

This commit is contained in:
Manuel Reis 2024-11-22 14:53:20 +01:00 committed by GitHub
parent 942f756eae
commit 83f7bb0560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ if(Zstd_FOUND)
endif()
if(Blosc_FOUND)
installplugin(h5blosc)
endif(NETCDF_ENABLE_PLUGINS)
endif()
# Copy some test files from current source dir to out-of-tree build dir.
file(COPY ${COPY_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)