From 5e9f3207051ebf2b3bbd967500a18e763ab2ba92 Mon Sep 17 00:00:00 2001 From: eeight Date: Thu, 16 Jun 2022 18:26:24 +0300 Subject: IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d --- library/cpp/threading/queue/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'library/cpp/threading/queue') diff --git a/library/cpp/threading/queue/CMakeLists.txt b/library/cpp/threading/queue/CMakeLists.txt index 00adb02547d..a0ad970b31c 100644 --- a/library/cpp/threading/queue/CMakeLists.txt +++ b/library/cpp/threading/queue/CMakeLists.txt @@ -11,6 +11,7 @@ add_library(cpp-threading-queue) target_link_libraries(cpp-threading-queue PUBLIC contrib-libs-cxxsupp yutil + cpp-deprecated-atomic ) target_sources(cpp-threading-queue PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp -- cgit v1.3