aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/poor_man_openmp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/threading/poor_man_openmp
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/threading/poor_man_openmp')
-rw-r--r--library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt
index 116045cc832..f494d5e1b39 100644
--- a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt
+++ b/library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt
@@ -14,5 +14,5 @@ target_link_libraries(cpp-threading-poor_man_openmp PUBLIC
cpp-deprecated-atomic
)
target_sources(cpp-threading-poor_man_openmp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp
)
diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt
index a33df23eaca..1c0934d41a0 100644
--- a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt
@@ -15,5 +15,5 @@ target_link_libraries(cpp-threading-poor_man_openmp PUBLIC
cpp-deprecated-atomic
)
target_sources(cpp-threading-poor_man_openmp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp
)
diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt
index a33df23eaca..1c0934d41a0 100644
--- a/library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt
+++ b/library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt
@@ -15,5 +15,5 @@ target_link_libraries(cpp-threading-poor_man_openmp PUBLIC
cpp-deprecated-atomic
)
target_sources(cpp-threading-poor_man_openmp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp
)