Changed erroneous ZLIB_INCLUDE_DIRS to ZLIB_INCLUDE_DIR

This commit is contained in:
Robert Osfield
2008-10-14 17:20:58 +00:00
parent 1bbab1fcc7
commit f66a285b01
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ ENDIF(WIN32)
IF(ZLIB_FOUND)
ADD_DEFINITIONS(-DUSE_ZLIB)
INCLUDE_DIRECTORIES( ${CURL_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS})
INCLUDE_DIRECTORIES( ${CURL_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIR})
ELSE(ZLIB_FOUND)
INCLUDE_DIRECTORIES( ${CURL_INCLUDE_DIRS} )
ENDIF(ZLIB_FOUND)

View File

@@ -1,5 +1,5 @@
#this file is automatically generated
INCLUDE_DIRECTORIES( ${ZLIB_INCLUDE_DIRS} )
INCLUDE_DIRECTORIES( ${ZLIB_INCLUDE_DIR} )
SET(TARGET_SRC
ReaderWriterGZ.cpp

View File

@@ -1,6 +1,6 @@
IF(ZLIB_FOUND)
ADD_DEFINITIONS(-DUSE_ZLIB)
INCLUDE_DIRECTORIES( ${ZLIB_INCLUDE_DIRS})
INCLUDE_DIRECTORIES( ${ZLIB_INCLUDE_DIR})
ENDIF(ZLIB_FOUND)