diff --git a/CMakeLists.txt b/CMakeLists.txt index ae9ed8e..36fedb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ find_package(fmt CONFIG REQUIRED) find_package(ZLIB REQUIRED) find_package( AWSSDK CONFIG - COMPONENTS core s3 + COMPONENTS s3 REQUIRED) find_package(spdlog CONFIG REQUIRED)