aboutsummaryrefslogtreecommitdiffstats
path: root/yql/providers
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2025-03-14 00:51:45 +0000
committerAlexander Smirnov <alex@ydb.tech>2025-03-14 00:51:45 +0000
commit3e3d50dea42f66b1ba457411b8864990f90bbe21 (patch)
tree7d75df352fc045a84d46764b96b496b5775bbf44 /yql/providers
parent7778cd274683ce11e318b799ea12c7bc0b3a4bdd (diff)
parent422642b601155a296cb0a69eb9b1f7ba146ffa49 (diff)
downloadydb-3e3d50dea42f66b1ba457411b8864990f90bbe21.tar.gz
Merge branch 'rightlib' into merge-libs-250314-0050
Diffstat (limited to 'yql/providers')
-rw-r--r--yql/providers/stat/expr_nodes/ya.make51
1 files changed, 16 insertions, 35 deletions
diff --git a/yql/providers/stat/expr_nodes/ya.make b/yql/providers/stat/expr_nodes/ya.make
index 478e92f4d3..0d4b19adad 100644
--- a/yql/providers/stat/expr_nodes/ya.make
+++ b/yql/providers/stat/expr_nodes/ya.make
@@ -13,40 +13,21 @@ SRCDIR(
yql/essentials/core/expr_nodes_gen
)
-IF(EXPORT_CMAKE)
- RUN_PYTHON3(
- ${ARCADIA_ROOT}/yql/essentials/core/expr_nodes_gen/gen/__main__.py
- yql_expr_nodes_gen.jnj
- yql_stat_expr_nodes.json
- yql_stat_expr_nodes.gen.h
- yql_stat_expr_nodes.decl.inl.h
- yql_stat_expr_nodes.defs.inl.h
- IN yql_expr_nodes_gen.jnj
- IN yql_stat_expr_nodes.json
- OUT yql_stat_expr_nodes.gen.h
- OUT yql_stat_expr_nodes.decl.inl.h
- OUT yql_stat_expr_nodes.defs.inl.h
- OUTPUT_INCLUDES
- ${ARCADIA_ROOT}/yql/essentials/core/expr_nodes_gen/yql_expr_nodes_gen.h
- ${ARCADIA_ROOT}/util/generic/hash_set.h
- )
-ELSE()
- RUN_PROGRAM(
- yql/essentials/core/expr_nodes_gen/gen
- yql_expr_nodes_gen.jnj
- yql_stat_expr_nodes.json
- yql_stat_expr_nodes.gen.h
- yql_stat_expr_nodes.decl.inl.h
- yql_stat_expr_nodes.defs.inl.h
- IN yql_expr_nodes_gen.jnj
- IN yql_stat_expr_nodes.json
- OUT yql_stat_expr_nodes.gen.h
- OUT yql_stat_expr_nodes.decl.inl.h
- OUT yql_stat_expr_nodes.defs.inl.h
- OUTPUT_INCLUDES
- ${ARCADIA_ROOT}/yql/essentials/core/expr_nodes_gen/yql_expr_nodes_gen.h
- ${ARCADIA_ROOT}/util/generic/hash_set.h
- )
-ENDIF()
+RUN_PY3_PROGRAM(
+ yql/essentials/core/expr_nodes_gen/gen
+ yql_expr_nodes_gen.jnj
+ yql_stat_expr_nodes.json
+ yql_stat_expr_nodes.gen.h
+ yql_stat_expr_nodes.decl.inl.h
+ yql_stat_expr_nodes.defs.inl.h
+ IN yql_expr_nodes_gen.jnj
+ IN yql_stat_expr_nodes.json
+ OUT yql_stat_expr_nodes.gen.h
+ OUT yql_stat_expr_nodes.decl.inl.h
+ OUT yql_stat_expr_nodes.defs.inl.h
+ OUTPUT_INCLUDES
+ ${ARCADIA_ROOT}/yql/essentials/core/expr_nodes_gen/yql_expr_nodes_gen.h
+ ${ARCADIA_ROOT}/util/generic/hash_set.h
+)
END()