aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/yson
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/json/yson
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/json/yson')
-rw-r--r--library/cpp/json/yson/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/json/yson/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/json/yson/CMakeLists.linux.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/json/yson/CMakeLists.darwin.txt b/library/cpp/json/yson/CMakeLists.darwin.txt
index 411ff148473..9f16a5a41e7 100644
--- a/library/cpp/json/yson/CMakeLists.darwin.txt
+++ b/library/cpp/json/yson/CMakeLists.darwin.txt
@@ -16,5 +16,5 @@ target_link_libraries(cpp-json-yson PUBLIC
cpp-yson-json
)
target_sources(cpp-json-yson PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp
)
diff --git a/library/cpp/json/yson/CMakeLists.linux-aarch64.txt b/library/cpp/json/yson/CMakeLists.linux-aarch64.txt
index 49ccc56ebca..b34d62f0e96 100644
--- a/library/cpp/json/yson/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/yson/CMakeLists.linux-aarch64.txt
@@ -17,5 +17,5 @@ target_link_libraries(cpp-json-yson PUBLIC
cpp-yson-json
)
target_sources(cpp-json-yson PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp
)
diff --git a/library/cpp/json/yson/CMakeLists.linux.txt b/library/cpp/json/yson/CMakeLists.linux.txt
index 49ccc56ebca..b34d62f0e96 100644
--- a/library/cpp/json/yson/CMakeLists.linux.txt
+++ b/library/cpp/json/yson/CMakeLists.linux.txt
@@ -17,5 +17,5 @@ target_link_libraries(cpp-json-yson PUBLIC
cpp-yson-json
)
target_sources(cpp-json-yson PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp
)