aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-01-23 18:31:44 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-01-23 18:31:44 +0300
commitad68c858e2753ff082c0eacd3994550dd9a91167 (patch)
treed473f74d956116ad4a36172f3a5208cc158a711e /contrib
parent8dc88ac098d476eaf4f5140971fca6906ebbc956 (diff)
downloadydb-ad68c858e2753ff082c0eacd3994550dd9a91167.tar.gz
Add winapi PEERDIR disregarding the target platform
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/atomic/CMakeLists.darwin.txt1
-rw-r--r--contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt1
-rw-r--r--contrib/restricted/boost/atomic/CMakeLists.linux.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/contrib/restricted/boost/atomic/CMakeLists.darwin.txt b/contrib/restricted/boost/atomic/CMakeLists.darwin.txt
index f2b0bfb496..bb44e55778 100644
--- a/contrib/restricted/boost/atomic/CMakeLists.darwin.txt
+++ b/contrib/restricted/boost/atomic/CMakeLists.darwin.txt
@@ -29,6 +29,7 @@ target_link_libraries(restricted-boost-atomic PUBLIC
restricted-boost-preprocessor
restricted-boost-static_assert
restricted-boost-type_traits
+ restricted-boost-winapi
)
target_sources(restricted-boost-atomic PRIVATE
${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp
diff --git a/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt
index 1232805143..6da198ceb7 100644
--- a/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/boost/atomic/CMakeLists.linux-aarch64.txt
@@ -29,6 +29,7 @@ target_link_libraries(restricted-boost-atomic PUBLIC
restricted-boost-preprocessor
restricted-boost-static_assert
restricted-boost-type_traits
+ restricted-boost-winapi
)
target_sources(restricted-boost-atomic PRIVATE
${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp
diff --git a/contrib/restricted/boost/atomic/CMakeLists.linux.txt b/contrib/restricted/boost/atomic/CMakeLists.linux.txt
index 904a1e6ecc..2ee70cf9c2 100644
--- a/contrib/restricted/boost/atomic/CMakeLists.linux.txt
+++ b/contrib/restricted/boost/atomic/CMakeLists.linux.txt
@@ -30,6 +30,7 @@ target_link_libraries(restricted-boost-atomic PUBLIC
restricted-boost-preprocessor
restricted-boost-static_assert
restricted-boost-type_traits
+ restricted-boost-winapi
)
target_sources(restricted-boost-atomic PRIVATE
${CMAKE_SOURCE_DIR}/contrib/restricted/boost/atomic/src/find_address_sse2.cpp