mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
Use CMake MSVC_RUNTIME_LIBRARY to control MSVC flags
This commit is contained in:
4
extern/zlib/CMakeLists.txt
vendored
4
extern/zlib/CMakeLists.txt
vendored
@@ -1,7 +1,5 @@
|
||||
if(NOT WIN32)
|
||||
find_package(ZLIB)
|
||||
endif()
|
||||
if(WIN32 OR NOT ZLIB_FOUND)
|
||||
if(NOT ZLIB_FOUND)
|
||||
message(STATUS "Using Athena's built-in zlib")
|
||||
add_library(z
|
||||
adler32.c
|
||||
|
||||
Reference in New Issue
Block a user