aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.com>2023-08-30 20:31:54 +0300
committersvidyuk <svidyuk@yandex-team.com>2023-08-30 20:50:06 +0300
commitc76aaf823d18acf064939d806427b39cea1bbe16 (patch)
treed85585d1cea05124f3f264965654164b38a0591e /yt/cpp
parente7fbce1e36ca8d9a32abcc07805749d572a83dd3 (diff)
downloadydb-c76aaf823d18acf064939d806427b39cea1bbe16.tar.gz
Fix input variable missprint
Diffstat (limited to 'yt/cpp')
-rw-r--r--yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt6
-rw-r--r--yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt6
-rw-r--r--yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt6
-rw-r--r--yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt6
-rw-r--r--yt/cpp/mapreduce/interface/CMakeLists.darwin-x86_64.txt54
-rw-r--r--yt/cpp/mapreduce/interface/CMakeLists.linux-aarch64.txt54
-rw-r--r--yt/cpp/mapreduce/interface/CMakeLists.linux-x86_64.txt54
-rw-r--r--yt/cpp/mapreduce/interface/CMakeLists.windows-x86_64.txt54
-rw-r--r--yt/cpp/mapreduce/interface/logging/CMakeLists.darwin-x86_64.txt6
-rw-r--r--yt/cpp/mapreduce/interface/logging/CMakeLists.linux-aarch64.txt6
-rw-r--r--yt/cpp/mapreduce/interface/logging/CMakeLists.linux-x86_64.txt6
-rw-r--r--yt/cpp/mapreduce/interface/logging/CMakeLists.windows-x86_64.txt6
12 files changed, 264 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt b/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt
index c51d3ced81..9554a16585 100644
--- a/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt
+++ b/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-client)
target_compile_options(cpp-mapreduce-client PRIVATE
diff --git a/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt b/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt
index 91f2d39108..44ce5a6103 100644
--- a/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt
+++ b/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-client)
target_compile_options(cpp-mapreduce-client PRIVATE
diff --git a/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt b/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt
index 5c2ab8d1b4..969fd94697 100644
--- a/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt
+++ b/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-client)
target_compile_options(cpp-mapreduce-client PRIVATE
diff --git a/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt b/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt
index 6385fbe52d..1a4f73e137 100644
--- a/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt
+++ b/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-client)
target_link_libraries(cpp-mapreduce-client PUBLIC
diff --git a/yt/cpp/mapreduce/interface/CMakeLists.darwin-x86_64.txt b/yt/cpp/mapreduce/interface/CMakeLists.darwin-x86_64.txt
index 5f2060ec16..f6db27793d 100644
--- a/yt/cpp/mapreduce/interface/CMakeLists.darwin-x86_64.txt
+++ b/yt/cpp/mapreduce/interface/CMakeLists.darwin-x86_64.txt
@@ -7,6 +7,60 @@
add_subdirectory(logging)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-interface)
target_compile_options(cpp-mapreduce-interface PRIVATE
diff --git a/yt/cpp/mapreduce/interface/CMakeLists.linux-aarch64.txt b/yt/cpp/mapreduce/interface/CMakeLists.linux-aarch64.txt
index 29fc919db7..36491da7b1 100644
--- a/yt/cpp/mapreduce/interface/CMakeLists.linux-aarch64.txt
+++ b/yt/cpp/mapreduce/interface/CMakeLists.linux-aarch64.txt
@@ -7,6 +7,60 @@
add_subdirectory(logging)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-interface)
target_compile_options(cpp-mapreduce-interface PRIVATE
diff --git a/yt/cpp/mapreduce/interface/CMakeLists.linux-x86_64.txt b/yt/cpp/mapreduce/interface/CMakeLists.linux-x86_64.txt
index 29fc919db7..36491da7b1 100644
--- a/yt/cpp/mapreduce/interface/CMakeLists.linux-x86_64.txt
+++ b/yt/cpp/mapreduce/interface/CMakeLists.linux-x86_64.txt
@@ -7,6 +7,60 @@
add_subdirectory(logging)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-interface)
target_compile_options(cpp-mapreduce-interface PRIVATE
diff --git a/yt/cpp/mapreduce/interface/CMakeLists.windows-x86_64.txt b/yt/cpp/mapreduce/interface/CMakeLists.windows-x86_64.txt
index 473a046edd..24f64a0c99 100644
--- a/yt/cpp/mapreduce/interface/CMakeLists.windows-x86_64.txt
+++ b/yt/cpp/mapreduce/interface/CMakeLists.windows-x86_64.txt
@@ -7,6 +7,60 @@
add_subdirectory(logging)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(cpp-mapreduce-interface)
target_link_libraries(cpp-mapreduce-interface PUBLIC
diff --git a/yt/cpp/mapreduce/interface/logging/CMakeLists.darwin-x86_64.txt b/yt/cpp/mapreduce/interface/logging/CMakeLists.darwin-x86_64.txt
index c3b7eeedb8..031665ae24 100644
--- a/yt/cpp/mapreduce/interface/logging/CMakeLists.darwin-x86_64.txt
+++ b/yt/cpp/mapreduce/interface/logging/CMakeLists.darwin-x86_64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(mapreduce-interface-logging)
target_compile_options(mapreduce-interface-logging PRIVATE
diff --git a/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-aarch64.txt b/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-aarch64.txt
index 9862b7785c..7fa0ca41ef 100644
--- a/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-aarch64.txt
+++ b/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-aarch64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(mapreduce-interface-logging)
target_compile_options(mapreduce-interface-logging PRIVATE
diff --git a/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-x86_64.txt b/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-x86_64.txt
index 9862b7785c..7fa0ca41ef 100644
--- a/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-x86_64.txt
+++ b/yt/cpp/mapreduce/interface/logging/CMakeLists.linux-x86_64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(mapreduce-interface-logging)
target_compile_options(mapreduce-interface-logging PRIVATE
diff --git a/yt/cpp/mapreduce/interface/logging/CMakeLists.windows-x86_64.txt b/yt/cpp/mapreduce/interface/logging/CMakeLists.windows-x86_64.txt
index 6eebc0ba33..7801fa5db6 100644
--- a/yt/cpp/mapreduce/interface/logging/CMakeLists.windows-x86_64.txt
+++ b/yt/cpp/mapreduce/interface/logging/CMakeLists.windows-x86_64.txt
@@ -6,6 +6,12 @@
# original buildsystem will not be accepted.
+get_built_tool_path(
+ TOOL_enum_parser_bin
+ TOOL_enum_parser_dependency
+ tools/enum_parser/enum_parser
+ enum_parser
+)
add_library(mapreduce-interface-logging)
target_link_libraries(mapreduce-interface-logging PUBLIC