Remove zlib
The library no longer uses zlib, so we can remove the option to build with zlib.
This commit is contained in:
parent
d832f187f7
commit
d874a1fd14
6 changed files with 0 additions and 32 deletions
|
@ -123,10 +123,6 @@ if(HAIKU)
|
|||
set(libs ${libs} network)
|
||||
endif(HAIKU)
|
||||
|
||||
if(ENABLE_ZLIB_SUPPORT)
|
||||
set(libs ${libs} ${ZLIB_LIBRARIES})
|
||||
endif(ENABLE_ZLIB_SUPPORT)
|
||||
|
||||
if(LINK_WITH_PTHREAD)
|
||||
set(libs ${libs} pthread)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue