From 83f7bb05609734baee9e3e747c0b63f4345c1436 Mon Sep 17 00:00:00 2001 From: Manuel Reis <16836000+mannreis@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:53:20 +0100 Subject: [PATCH] Quick warning fix plugin/CMakeLists.txt --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index fb12653636..2c252ab719 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -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}/)