Skip to content

Commit adbe8f1

Browse files
committed
Link ZLIB
1 parent baa5789 commit adbe8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchdata/csrc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if(BUILD_S3)
2828
if(STATIC_DEPS)
2929
set(OPENSSL_USE_STATIC_LIBS TRUE)
3030
endif()
31+
include(FindZLIB)
32+
list(APPEND AWSSDK_DEP_LIBRARIES ${ZLIB_LIBRARIES})
3133
include(FindCURL)
3234
list(APPEND AWSSDK_DEP_LIBRARIES ${CURL_LIBRARIES})
3335
include(FindOpenSSL)

0 commit comments

Comments
 (0)