Skip to content

Commit aa39102

Browse files
fold sigv4_auth_manager.cc into the rest sources set
1 parent bffcbae commit aa39102

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/iceberg/catalog/rest/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set(ICEBERG_REST_SOURCES
2323
auth/auth_properties.cc
2424
auth/auth_session.cc
2525
auth/oauth2_util.cc
26+
auth/sigv4_auth_manager.cc
2627
catalog_properties.cc
2728
endpoint.cc
2829
error_handlers.cc
@@ -34,8 +35,6 @@ set(ICEBERG_REST_SOURCES
3435
rest_util.cc
3536
types.cc)
3637

37-
list(APPEND ICEBERG_REST_SOURCES auth/sigv4_auth_manager.cc)
38-
3938
set(ICEBERG_REST_STATIC_BUILD_INTERFACE_LIBS)
4039
set(ICEBERG_REST_SHARED_BUILD_INTERFACE_LIBS)
4140
set(ICEBERG_REST_STATIC_INSTALL_INTERFACE_LIBS)

0 commit comments

Comments
 (0)