summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-20 16:01:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-20 16:01:45 (GMT)
commiteb0cc7a5765b3b8b5d91da665e70c86e0b782c5d (patch)
tree5ed8ecf6eb59075f2b20fc4ed2e360cbef4aef14 /CMakeLists.txt
parent82799772ad8ce0896a9e43000ce6e9b6beefa40c (diff)
downloadhdf5-eb0cc7a5765b3b8b5d91da665e70c86e0b782c5d.zip
hdf5-eb0cc7a5765b3b8b5d91da665e70c86e0b782c5d.tar.gz
hdf5-eb0cc7a5765b3b8b5d91da665e70c86e0b782c5d.tar.bz2
[svn-r19266] Remove configuration of cmake zlib config filed which has been deleted.
Correct naming of SKIP test 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 20c601d..0d49b20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -446,7 +446,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")