aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cpuid_check
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-23 16:37:02 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-23 16:37:02 +0300
commit5082c890e9fced79ababea01152b594907e4a012 (patch)
tree40a8e414d1e8b45ce2f6f43bee272fbf6cf28710 /library/cpp/cpuid_check
parent627718e309e5ac397388c83fd4d287e48b51c78d (diff)
downloadydb-5082c890e9fced79ababea01152b594907e4a012.tar.gz
intermediate changes
ref:2fd7725f9a380208f93125e4819eee9282388396
Diffstat (limited to 'library/cpp/cpuid_check')
-rw-r--r--library/cpp/cpuid_check/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/cpuid_check/CMakeLists.txt b/library/cpp/cpuid_check/CMakeLists.txt
index 9e01c6e090..be826183d8 100644
--- a/library/cpp/cpuid_check/CMakeLists.txt
+++ b/library/cpp/cpuid_check/CMakeLists.txt
@@ -5,7 +5,7 @@ target_link_libraries(library-cpp-cpuid_check INTERFACE
)
add_global_library_for(library-cpp-cpuid_check.global library-cpp-cpuid_check)
-target_link_libraries(library-cpp-cpuid_check.global INTERFACE
+target_link_libraries(library-cpp-cpuid_check.global PUBLIC
contrib-libs-cxxsupp
yutil
)