Skip to content

Commit 6dad865

Browse files
fold sigv4_auth_manager.cc into the rest sources set
1 parent 1e60f45 commit 6dad865

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
auth/token_refresh_scheduler.cc
2728
catalog_properties.cc
2829
endpoint.cc
@@ -35,8 +36,6 @@ set(ICEBERG_REST_SOURCES
3536
rest_util.cc
3637
types.cc)
3738

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

0 commit comments

Comments
 (0)