aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/thrift
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-08-26 16:38:30 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-08-26 16:38:30 +0300
commit505ddf87680103d2ee908d9eb05907c7d81b8484 (patch)
tree74ae5f11bee68a91e066167e838a401e4d387cac /contrib/restricted/thrift
parentb1cbfc243abcf8461ad3660a5cb70f70706e3fb0 (diff)
downloadydb-505ddf87680103d2ee908d9eb05907c7d81b8484.tar.gz
Reimport boost/thread as a separate library
Diffstat (limited to 'contrib/restricted/thrift')
-rw-r--r--contrib/restricted/thrift/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/thrift/CMakeLists.txt b/contrib/restricted/thrift/CMakeLists.txt
index 53b2ff3c15..0e1e065b9f 100644
--- a/contrib/restricted/thrift/CMakeLists.txt
+++ b/contrib/restricted/thrift/CMakeLists.txt
@@ -28,7 +28,7 @@ target_link_libraries(contrib-restricted-thrift PUBLIC
ZLIB::ZLIB
contrib-restricted-boost
restricted-boost-system
- boost-libs-thread
+ restricted-boost-thread
)
target_sources(contrib-restricted-thrift PRIVATE
${CMAKE_SOURCE_DIR}/contrib/restricted/thrift/thrift/TApplicationException.cpp