Merge pull request #705 from ctrlaltca/fix_regression_667
Don't require zlib, it's optional - merging quickly since it breaks compilation
This commit is contained in:
commit
1d81cde457
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ endif()
|
|||
INCLUDE_DIRECTORIES(../cockatrice/src)
|
||||
|
||||
# Libz is required to support zipped files
|
||||
FIND_PACKAGE(ZLIB REQUIRED)
|
||||
FIND_PACKAGE(ZLIB)
|
||||
IF(ZLIB_FOUND)
|
||||
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIRS})
|
||||
ADD_DEFINITIONS("-DHAS_ZLIB")
|
||||
|
|
Loading…
Reference in a new issue