diff options
author | svidyuk <svidyuk@yandex-team.com> | 2023-08-30 20:31:54 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2023-08-30 20:50:06 +0300 |
commit | c76aaf823d18acf064939d806427b39cea1bbe16 (patch) | |
tree | d85585d1cea05124f3f264965654164b38a0591e /yt/cpp/mapreduce/interface/logging | |
parent | e7fbce1e36ca8d9a32abcc07805749d572a83dd3 (diff) | |
download | ydb-c76aaf823d18acf064939d806427b39cea1bbe16.tar.gz |
Fix input variable missprint
Diffstat (limited to 'yt/cpp/mapreduce/interface/logging')
4 files changed, 24 insertions, 0 deletions
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 |