mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 21:18:02 +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
|
if(NOT WIN32) # remove when specter/freetype is gone
|
||||||
find_library(ZLIB_LIB zlib)
|
find_library(ZLIB_LIB NAMES zlib z)
|
||||||
endif()
|
endif()
|
||||||
if(NOT ZLIB_LIB)
|
if(NOT ZLIB_LIB)
|
||||||
message(STATUS "Using Athena's built-in zlib")
|
message(STATUS "Using Athena's built-in zlib")
|
||||||
|
|||||||
Reference in New Issue
Block a user