From 549288368d70b0dee62f93ba3d069876d824e5b8 Mon Sep 17 00:00:00 2001 From: Stephane Gouache Date: Fri, 20 Sep 2024 15:55:27 +0200 Subject: [PATCH] Remove core dependency --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)