aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cache/CMakeLists.linux.txt
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/cache/CMakeLists.linux.txt
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/cache/CMakeLists.linux.txt')
-rw-r--r--library/cpp/cache/CMakeLists.linux.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/cache/CMakeLists.linux.txt b/library/cpp/cache/CMakeLists.linux.txt
index ff1b430a5c..4278ad1c77 100644
--- a/library/cpp/cache/CMakeLists.linux.txt
+++ b/library/cpp/cache/CMakeLists.linux.txt
@@ -14,6 +14,6 @@ target_link_libraries(library-cpp-cache PUBLIC
yutil
)
target_sources(library-cpp-cache PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/cache/cache.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/cache/thread_safe_cache.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/cache/cache.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/cache/thread_safe_cache.cpp
)