We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa5789 commit adbe8f1Copy full SHA for adbe8f1
torchdata/csrc/CMakeLists.txt
@@ -28,6 +28,8 @@ if(BUILD_S3)
28
if(STATIC_DEPS)
29
set(OPENSSL_USE_STATIC_LIBS TRUE)
30
endif()
31
+ include(FindZLIB)
32
+ list(APPEND AWSSDK_DEP_LIBRARIES ${ZLIB_LIBRARIES})
33
include(FindCURL)
34
list(APPEND AWSSDK_DEP_LIBRARIES ${CURL_LIBRARIES})
35
include(FindOpenSSL)
0 commit comments