Skip to content

Commit

Permalink
Merge pull request Unidata#3053 from mannreis/patch-1
Browse files Browse the repository at this point in the history
Quick warning fix plugin/CMakeLists.txt
  • Loading branch information
WardF authored Nov 22, 2024
2 parents 942f756 + 83f7bb0 commit e8d23ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}/)
Expand Down

0 comments on commit e8d23ea

Please sign in to comment.