mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Remove zlib
The library no longer uses zlib, so we can remove the option to build with zlib.
This commit is contained in:
@@ -2,10 +2,6 @@ set(libs
|
||||
mbedtls
|
||||
)
|
||||
|
||||
if(ENABLE_ZLIB_SUPPORT)
|
||||
set(libs ${libs} ${ZLIB_LIBRARIES})
|
||||
endif(ENABLE_ZLIB_SUPPORT)
|
||||
|
||||
add_executable(selftest selftest.c)
|
||||
target_link_libraries(selftest ${libs})
|
||||
|
||||
|
Reference in New Issue
Block a user