diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 03:56:33 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 15:30:03 +0200 |
commit | fc2c3c9ca027cbccbd47866704f6e3469161a9b3 (patch) | |
tree | c6607662929e0a6fa808912fe66a48d81b6c7b26 /tdeioslave | |
parent | 412f55e671929ff8b9db41d6c3372306b05679e7 (diff) | |
download | tdelibs-fc2c3c9ca027cbccbd47866704f6e3469161a9b3.tar.gz tdelibs-fc2c3c9ca027cbccbd47866704f6e3469161a9b3.zip |
Use private linking for exported CMake targets.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 158b6e1152413e4fa973b70b7469bb1f256a1f38)
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/file/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tdeioslave/file/CMakeLists.txt b/tdeioslave/file/CMakeLists.txt index e1ff68834..783c002dd 100644 --- a/tdeioslave/file/CMakeLists.txt +++ b/tdeioslave/file/CMakeLists.txt @@ -49,7 +49,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK tdeio-shared + LINK tdeio-shared ${ACL_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR} ) - |