aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/thread/CMakeLists.darwin.txt
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 /contrib/restricted/boost/thread/CMakeLists.darwin.txt
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/thread/CMakeLists.darwin.txt')
-rw-r--r--contrib/restricted/boost/thread/CMakeLists.darwin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/thread/CMakeLists.darwin.txt b/contrib/restricted/boost/thread/CMakeLists.darwin.txt
index 064c029f62..162f3021e6 100644
--- a/contrib/restricted/boost/thread/CMakeLists.darwin.txt
+++ b/contrib/restricted/boost/thread/CMakeLists.darwin.txt
@@ -53,7 +53,7 @@ target_link_libraries(restricted-boost-thread PUBLIC
restricted-boost-winapi
)
target_sources(restricted-boost-thread PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/future.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/once.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/thread.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/future.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/once.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/thread/src/pthread/thread.cpp
)