mirror of
https://github.com/libAthena/athena.git
synced 2025-08-05 19:55:39 +00:00
Fix zlib
This commit is contained in:
parent
0bc400b4d9
commit
347d807a23
2
extern/zlib/CMakeLists.txt
vendored
2
extern/zlib/CMakeLists.txt
vendored
@ -1,5 +1,5 @@
|
||||
if(NOT WIN32) # remove when specter/freetype is gone
|
||||
find_library(ZLIB_LIB zlib)
|
||||
find_library(ZLIB_LIB NAMES zlib z)
|
||||
endif()
|
||||
if(NOT ZLIB_LIB)
|
||||
message(STATUS "Using Athena's built-in zlib")
|
||||
|
Loading…
x
Reference in New Issue
Block a user