aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcherednik <dcherednik@ydb.tech>2022-10-06 00:18:06 +0300
committerdcherednik <dcherednik@ydb.tech>2022-10-06 00:18:06 +0300
commite7cc143d3ac6fce0d32b775373b43361f2329df7 (patch)
treeaadc6ccdcccab3f23e550500cba421d1b49772e6
parent57087fd2e94af7191eef09606ca6a395ab0fe129 (diff)
downloadydb-e7cc143d3ac6fce0d32b775373b43361f2329df7.tar.gz
Add missed peerdir.
-rw-r--r--ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt1
-rw-r--r--ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt
index 58b669b37a6..307d5deca0e 100644
--- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt
+++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin.txt
@@ -19,6 +19,7 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC
core-tx-scheme_board
cpp-testing-unittest
yql-sql-pg_dummy
+ udf-service-exception_policy
)
target_link_options(ydb-core-tx-scheme_board-ut_double_indexed PRIVATE
-Wl,-no_deduplicate
diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt
index ae16774c138..ffe8d1d5454 100644
--- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt
+++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux.txt
@@ -21,6 +21,7 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC
core-tx-scheme_board
cpp-testing-unittest
yql-sql-pg_dummy
+ udf-service-exception_policy
)
target_link_options(ydb-core-tx-scheme_board-ut_double_indexed PRIVATE
-ldl