Re-enable aws sdk + arm

This is fixed since f13c8525e3
This commit is contained in:
Andrew Noyes 2022-10-07 10:54:38 -07:00
parent 3c9848f89a
commit e363030a35
1 changed files with 1 additions and 6 deletions

View File

@ -232,12 +232,7 @@ set(COROUTINE_IMPL ${DEFAULT_COROUTINE_IMPL} CACHE STRING "Which coroutine imple
set(BUILD_AWS_BACKUP OFF CACHE BOOL "Build AWS S3 SDK backup client")
if (BUILD_AWS_BACKUP)
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
set(WITH_AWS_BACKUP ON)
else()
message(WARNING "BUILD_AWS_BACKUP set but ignored ${CMAKE_SYSTEM_PROCESSOR} is not supported yet")
set(WITH_AWS_BACKUP OFF)
endif()
set(WITH_AWS_BACKUP ON)
else()
set(WITH_AWS_BACKUP OFF)
endif()