Update athena

This commit is contained in:
Luke Street 2021-04-18 23:15:10 -04:00
parent abe1eb71c0
commit 09adc3f2ad
2 changed files with 3 additions and 4 deletions

View File

@ -351,10 +351,9 @@ if(NOT GEKKO AND NOT NX)
endif ()
endif()
if (APPLE)
# use toolchain zlib
if (NOT WIN32)
find_package(ZLIB REQUIRED)
set(ZLIB_LIBRARIES ZLIB::ZLIB)
set(ZLIB_LIBRARIES ZLIB::ZLIB CACHE STRING "zlib libraries" FORCE)
endif()
if (NOT BUILD_ATDNA)

2
extern/athena vendored

@ -1 +1 @@
Subproject commit 8558ca1b5111ebe83ee44b1200b0b0d1d94f2fa2
Subproject commit 991ffede795a60b3bf8765601afda1ef02424ee8