summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-20 15:58:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-20 15:58:37 (GMT)
commit7a009bebff3101fc623dccfbf82bf26682a831ee (patch)
tree7f1d001a2f9851677384e60e9b3531c549a92f7b /CMakeLists.txt
parentf4c75504d4ba7fa17844119a9c0ad3f8a538a1d4 (diff)
downloadhdf5-7a009bebff3101fc623dccfbf82bf26682a831ee.zip
hdf5-7a009bebff3101fc623dccfbf82bf26682a831ee.tar.gz
hdf5-7a009bebff3101fc623dccfbf82bf26682a831ee.tar.bz2
[svn-r19264] Remove configuration of cmake zlib config filed which has been deleted.
Tested: local linux
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15259d1..b79a29e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -444,7 +444,6 @@ IF (HDF5_ENABLE_Z_LIB_SUPPORT)
SET (H5_HAVE_ZLIB_H 1)
SET (H5_HAVE_LIBZ 1)
ENDIF (NOT H5_ZLIB_HEADER)
- CONFIGURE_FILE (${HDF5_RESOURCES_DIR}/hdf5_zlib.h.in ${HDF5_BINARY_DIR}/hdf5_zlib.h @ONLY)
SET (LINK_LIBS ${LINK_LIBS} ${ZLIB_LIBRARIES})
INCLUDE_DIRECTORIES (${ZLIB_INCLUDE_DIRS})
MESSAGE (STATUS "Filter ZLIB is ON")