mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 22:58:02 -05:00
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
|
|
@ -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 New Issue
Block a user