aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/jemalloc
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/malloc/jemalloc
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/malloc/jemalloc')
-rw-r--r--library/cpp/malloc/jemalloc/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/malloc/jemalloc/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/malloc/jemalloc/CMakeLists.linux.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/malloc/jemalloc/CMakeLists.darwin.txt b/library/cpp/malloc/jemalloc/CMakeLists.darwin.txt
index bfd2aeb5cc..ea1e085b74 100644
--- a/library/cpp/malloc/jemalloc/CMakeLists.darwin.txt
+++ b/library/cpp/malloc/jemalloc/CMakeLists.darwin.txt
@@ -14,5 +14,5 @@ target_link_libraries(cpp-malloc-jemalloc PUBLIC
contrib-libs-jemalloc
)
target_sources(cpp-malloc-jemalloc PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/malloc/jemalloc/malloc-info.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/malloc/jemalloc/malloc-info.cpp
)
diff --git a/library/cpp/malloc/jemalloc/CMakeLists.linux-aarch64.txt b/library/cpp/malloc/jemalloc/CMakeLists.linux-aarch64.txt
index ffa62c453e..f4c156bc0c 100644
--- a/library/cpp/malloc/jemalloc/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/malloc/jemalloc/CMakeLists.linux-aarch64.txt
@@ -15,5 +15,5 @@ target_link_libraries(cpp-malloc-jemalloc PUBLIC
contrib-libs-jemalloc
)
target_sources(cpp-malloc-jemalloc PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/malloc/jemalloc/malloc-info.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/malloc/jemalloc/malloc-info.cpp
)
diff --git a/library/cpp/malloc/jemalloc/CMakeLists.linux.txt b/library/cpp/malloc/jemalloc/CMakeLists.linux.txt
index ffa62c453e..f4c156bc0c 100644
--- a/library/cpp/malloc/jemalloc/CMakeLists.linux.txt
+++ b/library/cpp/malloc/jemalloc/CMakeLists.linux.txt
@@ -15,5 +15,5 @@ target_link_libraries(cpp-malloc-jemalloc PUBLIC
contrib-libs-jemalloc
)
target_sources(cpp-malloc-jemalloc PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/malloc/jemalloc/malloc-info.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/malloc/jemalloc/malloc-info.cpp
)