Skip to content

Commit

Permalink
Fixed include path when using internal zlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 11, 2011
1 parent 706f50b commit 855025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -293,7 +293,7 @@ IF(PHYSFS_NEED_ZLIB)
ENDIF(ZLIB_FOUND)

IF(PHYSFS_INTERNAL_ZLIB)
INCLUDE_DIRECTORIES(zlib123)
INCLUDE_DIRECTORIES(./src/zlib123)
ADD_DEFINITIONS(-DZ_PREFIX=1)
SET(PHYSFS_SRCS ${PHYSFS_SRCS} ${ZLIB_SRCS})
ELSE(PHYSFS_INTERNAL_ZLIB)
Expand Down

0 comments on commit 855025c

Please sign in to comment.