remove zlib
This commit is contained in:
parent
78e2871a79
commit
b27bdf1da8
|
@ -47,14 +47,6 @@ endif()
|
|||
add_flow_target(LINK_TEST NAME flowlinktest SRCS LinkTest.cpp)
|
||||
target_link_libraries(flowlinktest PRIVATE flow stacktrace)
|
||||
|
||||
#find_package(ZLIB)
|
||||
#if(ZLIB_FOUND)
|
||||
# target_compile_definitions(flow PUBLIC ZLIB_LIB_SUPPORTED)
|
||||
# target_link_libraries(flow PUBLIC ZLIB::ZLIB)
|
||||
#else()
|
||||
# message(STATUS "ZLIB package not found")
|
||||
#endif()
|
||||
|
||||
set(IS_ARM_MAC NO)
|
||||
if(APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
|
||||
set(IS_ARM_MAC YES)
|
||||
|
|
Loading…
Reference in New Issue