mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 13:15:05 +00:00
Fix zlib
This commit is contained in:
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")
|
||||
|
||||
Reference in New Issue
Block a user