diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-19 16:27:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-19 16:27:45 (GMT) |
commit | a9de601138282ac3ad1f0ca7a01e2fd56fe7c660 (patch) | |
tree | 4311ea7a6e95fc11417ba2e7eb27e927d9824394 | |
parent | 32ffaa89822903c0b3f3e4c78db690050ebaafc1 (diff) | |
download | hdf5-a9de601138282ac3ad1f0ca7a01e2fd56fe7c660.zip hdf5-a9de601138282ac3ad1f0ca7a01e2fd56fe7c660.tar.gz hdf5-a9de601138282ac3ad1f0ca7a01e2fd56fe7c660.tar.bz2 |
[svn-r23382] I took out H5PLpkg.h. It no longer exist.
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e560004..4b70259 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -482,7 +482,6 @@ SET (H5PL_SRCS ) SET (H5PL_HDRS - ${HDF5_SRC_DIR}/H5PLpkg.h ${HDF5_SRC_DIR}/H5PLpublic.h ) IDE_GENERATED_PROPERTIES ("H5PL" "${H5PL_HDRS}" "${H5PL_SRCS}" ) |