We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffcbae commit aa39102Copy full SHA for aa39102
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
catalog_properties.cc
28
endpoint.cc
29
error_handlers.cc
@@ -34,8 +35,6 @@ set(ICEBERG_REST_SOURCES
34
35
rest_util.cc
36
types.cc)
37
-list(APPEND ICEBERG_REST_SOURCES auth/sigv4_auth_manager.cc)
38
-
39
set(ICEBERG_REST_STATIC_BUILD_INTERFACE_LIBS)
40
set(ICEBERG_REST_SHARED_BUILD_INTERFACE_LIBS)
41
set(ICEBERG_REST_STATIC_INSTALL_INTERFACE_LIBS)
0 commit comments