summaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
Diffstat (limited to 'library/python')
-rw-r--r--library/python/symbols/libc/CMakeLists.txt2
-rw-r--r--library/python/symbols/python/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/python/symbols/libc/CMakeLists.txt b/library/python/symbols/libc/CMakeLists.txt
index 26abcaed3ac..d101fdd970b 100644
--- a/library/python/symbols/libc/CMakeLists.txt
+++ b/library/python/symbols/libc/CMakeLists.txt
@@ -9,7 +9,7 @@ add_global_library_for(python-symbols-libc.global python-symbols-libc)
target_compile_options(python-symbols-libc.global PRIVATE
-Wno-deprecated-declarations
)
-target_link_libraries(python-symbols-libc.global INTERFACE
+target_link_libraries(python-symbols-libc.global PUBLIC
contrib-libs-cxxsupp
yutil
python-symbols-registry
diff --git a/library/python/symbols/python/CMakeLists.txt b/library/python/symbols/python/CMakeLists.txt
index bb48caccfcb..abd25318b1b 100644
--- a/library/python/symbols/python/CMakeLists.txt
+++ b/library/python/symbols/python/CMakeLists.txt
@@ -6,7 +6,7 @@ target_link_libraries(python-symbols-python INTERFACE
)
add_global_library_for(python-symbols-python.global python-symbols-python)
-target_link_libraries(python-symbols-python.global INTERFACE
+target_link_libraries(python-symbols-python.global PUBLIC
contrib-libs-cxxsupp
yutil
python-symbols-registry