From 8bb644204e14f161015f6217cd19e7cbfbe258d6 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 26 Nov 2018 06:00:38 -0700 Subject: [PATCH] added hdf5dispatch.c to cmake build --- libhdf5/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhdf5/CMakeLists.txt b/libhdf5/CMakeLists.txt index a29db3d9b..902cd58fd 100644 --- a/libhdf5/CMakeLists.txt +++ b/libhdf5/CMakeLists.txt @@ -8,7 +8,7 @@ # The source files for the HDF5 dispatch layer. SET(libnchdf5_SOURCES nc4hdf.c nc4info.c hdf5file.c hdf5attr.c hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c hdf5create.c hdf5open.c -hdf5var.c nc4mem.c nc4memcb.c hdf5cache.c) +hdf5var.c nc4mem.c nc4memcb.c hdf5cache.c hdf5dispatch.c) # Build the HDF4 dispatch layer as a library that will be included in # the netCDF library.