[svn-r21317] Correct zlib references, zlib svn no longer has src folder

This commit is contained in:
Allen Byrne 2011-08-26 10:38:35 -05:00
parent c358e55cd7
commit 35b226aadf
2 changed files with 3 additions and 3 deletions

View File

@ -268,7 +268,7 @@ MACRO (EXTERNAL_ZLIB_LIBRARY compress_type libtype)
SET (ZLIB_LIBRARY "zlib")
SET (ZLIB_INCLUDE_DIR_GEN "${BINARY_DIR}")
SET (ZLIB_INCLUDE_DIR "${SOURCE_DIR}/src")
SET (ZLIB_INCLUDE_DIR "${SOURCE_DIR}")
SET (ZLIB_FOUND 1)
SET (ZLIB_LIBRARIES ${ZLIB_LIBRARY})
SET (ZLIB_INCLUDE_DIRS ${ZLIB_INCLUDE_DIR_GEN} ${ZLIB_INCLUDE_DIR})

View File

@ -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: