diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-08-26 15:39:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-08-26 15:39:05 (GMT) |
commit | d4ace0018bd465152fb126ec20b9694f98bae261 (patch) | |
tree | df6e21f199327f71ea1824330fae04f70d5aa4d4 /release_docs | |
parent | a9039e329f1264298e4505f687c4fb98c7016072 (diff) | |
download | hdf5-d4ace0018bd465152fb126ec20b9694f98bae261.zip hdf5-d4ace0018bd465152fb126ec20b9694f98bae261.tar.gz hdf5-d4ace0018bd465152fb126ec20b9694f98bae261.tar.bz2 |
[svn-r21318] Correct zlib references, zlib svn no longer has src folder
Diffstat (limited to 'release_docs')
-rwxr-xr-x | release_docs/CMake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index 44a9d28..6ee7243 100755 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -105,8 +105,8 @@ Notes: This short instruction is written for users who want to quickly build <options> is: * SZIP_INCLUDE_DIR:PATH=<path to szip includes directory> * SZIP_LIBRARY:FILEPATH=<path to szip/library file> - * ZLIB_INCLUDE_DIR:PATH=<path to szip includes directory> - * ZLIB_LIBRARY:FILEPATH=<path to szip/library file> + * ZLIB_INCLUDE_DIR:PATH=<path to zlib includes directory> + * ZLIB_LIBRARY:FILEPATH=<path to zlib/library file> * <HDF5OPTION>:BOOL=[ON | OFF] <cacheinit.cmake> is: |