diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-11-18 11:29:25 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-11-18 11:40:14 +0300 |
commit | deb489489bd4b56d74a20ab1df3475e6ac72a552 (patch) | |
tree | aa32efcee5901ce7c275a06f95327499b0a09eb4 /library/cpp/svnversion/ya.make | |
parent | 5111ad584756ce8d369dee46319b232b0b6abce2 (diff) | |
download | ydb-deb489489bd4b56d74a20ab1df3475e6ac72a552.tar.gz |
Intermediate changes
commit_hash:a5695d6abae3e01238ce9328956579759caca454
Diffstat (limited to 'library/cpp/svnversion/ya.make')
-rw-r--r-- | library/cpp/svnversion/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make index d028f45c94..27e9154644 100644 --- a/library/cpp/svnversion/ya.make +++ b/library/cpp/svnversion/ya.make @@ -6,7 +6,7 @@ SRCS( ) IF (OPENSOURCE_PROJECT == "yt-cpp-sdk") - PEERDIR(build/scripts/c_templates/) + PEERDIR(build/scripts/c_templates) ENDIF() END() |