We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e60f45 commit 6dad865Copy full SHA for 6dad865
1 file changed
src/iceberg/catalog/rest/CMakeLists.txt
@@ -23,6 +23,7 @@ set(ICEBERG_REST_SOURCES
23
auth/auth_properties.cc
24
auth/auth_session.cc
25
auth/oauth2_util.cc
26
+ auth/sigv4_auth_manager.cc
27
auth/token_refresh_scheduler.cc
28
catalog_properties.cc
29
endpoint.cc
@@ -35,8 +36,6 @@ set(ICEBERG_REST_SOURCES
35
36
rest_util.cc
37
types.cc)
38
-list(APPEND ICEBERG_REST_SOURCES auth/sigv4_auth_manager.cc)
39
-
40
set(ICEBERG_REST_STATIC_BUILD_INTERFACE_LIBS)
41
set(ICEBERG_REST_SHARED_BUILD_INTERFACE_LIBS)
42
set(ICEBERG_REST_STATIC_INSTALL_INTERFACE_LIBS)
0 commit comments