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.
2 parents 6d8dd43 + 5f86c63 commit b255611Copy full SHA for b255611
CMakeLists.txt
@@ -213,10 +213,10 @@ endif()
213
214
if (NOT DEFINED BUILD_SHARED_LIBS)
215
set (BUILD_SHARED_LIBS ON)
216
- find_package(AWSSDK REQUIRED COMPONENTS s3)
+ find_package(AWSSDK COMPONENTS s3)
217
unset (BUILD_SHARED_LIBS)
218
else ()
219
220
endif ()
221
message(STATUS "Trying to find AWS SDK for AWS S3 IO handler support")
222
if(${AWSSDK_FOUND})
0 commit comments