aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbbiff <bbiff@yandex-team.com>2022-07-28 19:26:18 +0300
committerbbiff <bbiff@yandex-team.com>2022-07-28 19:26:18 +0300
commite8aca7bb052937e00c987fa57694f67192d1f5d5 (patch)
treed7094afc4da1fe79f0ce20412f717f7fb7ed3ed7
parentd5d775a01feed14fd597f72586b5bf81c9de9fde (diff)
downloadydb-e8aca7bb052937e00c987fa57694f67192d1f5d5.tar.gz
fixed ya.make
-rw-r--r--ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin.txt3
-rw-r--r--ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux.txt3
2 files changed, 0 insertions, 6 deletions
diff --git a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin.txt b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin.txt
index 92b8368d68..fda9e18944 100644
--- a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin.txt
+++ b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin.txt
@@ -8,9 +8,6 @@
add_executable(ydb-library-yql-providers-dq-actors-ut)
-target_compile_options(ydb-library-yql-providers-dq-actors-ut PRIVATE
- -DUSE_CURRENT_UDF_ABI_VERSION
-)
target_include_directories(ydb-library-yql-providers-dq-actors-ut PRIVATE
${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/dq/actors
)
diff --git a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux.txt b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux.txt
index 5a9b83e399..29c4f1ca0c 100644
--- a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux.txt
+++ b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux.txt
@@ -8,9 +8,6 @@
add_executable(ydb-library-yql-providers-dq-actors-ut)
-target_compile_options(ydb-library-yql-providers-dq-actors-ut PRIVATE
- -DUSE_CURRENT_UDF_ABI_VERSION
-)
target_include_directories(ydb-library-yql-providers-dq-actors-ut PRIVATE
${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/dq/actors
)