diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-08-26 16:38:30 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-08-26 16:38:30 +0300 |
commit | 505ddf87680103d2ee908d9eb05907c7d81b8484 (patch) | |
tree | 74ae5f11bee68a91e066167e838a401e4d387cac /contrib/restricted/thrift | |
parent | b1cbfc243abcf8461ad3660a5cb70f70706e3fb0 (diff) | |
download | ydb-505ddf87680103d2ee908d9eb05907c7d81b8484.tar.gz |
Reimport boost/thread as a separate library
Diffstat (limited to 'contrib/restricted/thrift')
-rw-r--r-- | contrib/restricted/thrift/CMakeLists.txt | 2 |
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 |