Skip to content

Commit

Permalink
Fixed cmake target name duplication in SDK libs (ydb-platform#13731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki authored Jan 22, 2025
1 parent bb43dfd commit b6b0e97
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PEERDIR(
ydb/core/tx
ydb/core/tx/schemeshard/ut_helpers
yql/essentials/public/udf/service/exception_policy
ydb/public/sdk/cpp/client/ydb_table
ydb/public/sdk/cpp/src/client/table
)

SRCS(
Expand Down
9 changes: 7 additions & 2 deletions ydb/public/lib/deprecated/ya.make
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
RECURSE(
client
json_value
kicli
yson_value
)

IF (NOT OPENSOURCE)
RECURSE(
json_value
yson_value
)
ENDIF()
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY()
LIBRARY(client-iam-common-include)

INCLUDE(${ARCADIA_ROOT}/ydb/public/sdk/cpp/sdk_common.inc)

Expand Down
2 changes: 1 addition & 1 deletion ydb/public/sdk/cpp/src/library/grpc/client/ya.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY()
LIBRARY(sdk-library-grpc-client-v3)

INCLUDE(${ARCADIA_ROOT}/ydb/public/sdk/cpp/sdk_common.inc)

Expand Down
2 changes: 1 addition & 1 deletion ydb/public/sdk/cpp/src/library/persqueue/obfuscate/ya.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY()
LIBRARY(sdk-library-persqueue-obfuscate-v3)

INCLUDE(${ARCADIA_ROOT}/ydb/public/sdk/cpp/sdk_common.inc)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY()
LIBRARY(sdk-library-persqueue-topic_parser_public-v3)

INCLUDE(${ARCADIA_ROOT}/ydb/public/sdk/cpp/sdk_common.inc)

Expand Down

0 comments on commit b6b0e97

Please sign in to comment.