summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-10-03 04:23:14 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-10-03 04:23:14 (GMT)
commitb151281b3897ae367aa520abe2877bc7183f4648 (patch)
tree07b5131872d3ea8040e357fdfc7941552b3ea559 /src/CMakeLists.txt
parent7eac8b84b0cfe87bb9e8efa1a7339e1c5117d1a0 (diff)
downloadhdf5-b151281b3897ae367aa520abe2877bc7183f4648.zip
hdf5-b151281b3897ae367aa520abe2877bc7183f4648.tar.gz
hdf5-b151281b3897ae367aa520abe2877bc7183f4648.tar.bz2
[svn-r22855] remove dummy plugin
update manifest file
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6f4499f..9df014c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -605,13 +605,11 @@ IDE_GENERATED_PROPERTIES ("H5V" "${H5V_HDRS}" "${H5V_SRCS}" )
SET (H5VL_SRCS
${HDF5_SRC_DIR}/H5VL.c
${HDF5_SRC_DIR}/H5VLint.c
- ${HDF5_SRC_DIR}/H5VLdummy.c
${HDF5_SRC_DIR}/H5VLnative.c
)
SET (H5VL_HDRS
${HDF5_SRC_DIR}/H5VLpublic.h
${HDF5_SRC_DIR}/H5VLpkg.h
- ${HDF5_SRC_DIR}/H5VLdummy.h
${HDF5_SRC_DIR}/H5VLnative.h
)
IDE_GENERATED_PROPERTIES ("H5VL" "${H5VL_HDRS}" "${H5VL_SRCS}" )