summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
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}" )