mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r21317] Correct zlib references, zlib svn no longer has src folder
This commit is contained in:
parent
c358e55cd7
commit
35b226aadf
@ -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})
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user