diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /contrib/restricted/boost/atomic | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/atomic')
3 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/boost/atomic/CMakeLists.darwin.txt b/contrib/restricted/boost/atomic/CMakeLists.darwin.txt index bb44e55778..02d6c1c528 100644 --- a/contrib/restricted/boost/atomic/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/atomic/CMakeLists.darwin.txt @@ -32,7 +32,7 @@ target_link_libraries(restricted-boost-atomic PUBLIC restricted-boost-winapi ) target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse41.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse41.cpp ) diff --git a/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt index 6da198ceb7..4c92c2d0d4 100644 --- a/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt @@ -32,6 +32,6 @@ target_link_libraries(restricted-boost-atomic PUBLIC restricted-boost-winapi ) target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp ) diff --git a/contrib/restricted/boost/atomic/CMakeLists.linux.txt b/contrib/restricted/boost/atomic/CMakeLists.linux.txt index 2ee70cf9c2..a036a338b0 100644 --- a/contrib/restricted/boost/atomic/CMakeLists.linux.txt +++ b/contrib/restricted/boost/atomic/CMakeLists.linux.txt @@ -33,7 +33,7 @@ target_link_libraries(restricted-boost-atomic PUBLIC restricted-boost-winapi ) target_sources(restricted-boost-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse41.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/lock_pool.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse41.cpp ) |